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