[temp] Add happening_now placeholder in splashpage
This commit is contained in:
parent
65119149ea
commit
093241fd0a
1 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,10 @@
|
|||
-# header/description
|
||||
= render 'header', conference: @conference, venue: @conference.venue
|
||||
|
||||
-# happening now events
|
||||
- if @conference.splashpage.include_happening_now
|
||||
= 'Hello Word'
|
||||
|
||||
-# calls for content, or program
|
||||
- if @conference.splashpage.include_cfp
|
||||
= render 'call_for_content', conference: @conference,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue