[feat]Add include_happening_now checkbox to the admin splashpage
This commit is contained in:
parent
4aab0539b5
commit
65119149ea
4 changed files with 8 additions and 1 deletions
|
|
@ -44,6 +44,9 @@
|
|||
%li
|
||||
= f.input :include_social_media, label: 'Display social media links', input_html: { checked: params[:action] == 'new' || @splashpage.try(:include_social_media) }
|
||||
|
||||
%li
|
||||
= f.input :include_happening_now, label: 'Display events happening now', input_html: { checked: params[:action] == 'new' || @splashpage.try(:include_happening_now) }
|
||||
|
||||
= f.inputs name: 'Access' do
|
||||
%ul.fa-ul
|
||||
%li
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue