[feat]Display happening now only if program is also displayed
This commit is contained in:
parent
6c96328f46
commit
346f324bef
5 changed files with 15 additions and 16 deletions
|
|
@ -27,6 +27,9 @@
|
|||
%li
|
||||
%i{ class: "fa-li #{icon_for_todo @splashpage.include_booths?}" }
|
||||
Include confirmed #{(t'booth').pluralize}
|
||||
%li
|
||||
%i{ class: "fa-li #{icon_for_todo @splashpage.include_happening_now?}" }
|
||||
Include events happening now
|
||||
%li
|
||||
%i{ class: "fa-li #{icon_for_todo @splashpage.include_registrations?}" }
|
||||
Display the registration period
|
||||
|
|
@ -45,9 +48,6 @@
|
|||
%li
|
||||
%i{ class: "fa-li #{icon_for_todo @splashpage.include_social_media?}" }
|
||||
Display social media links
|
||||
%li
|
||||
%i{ class: "fa-li #{icon_for_todo @splashpage.include_happening_now?}" }
|
||||
Display events happening now
|
||||
%li
|
||||
- if @conference.splashpage && @conference.splashpage.public
|
||||
%i{ class: "fa-li #{icon_for_todo @splashpage.public?}" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue