Add call for booths in cfp section in conference splashpage(conferences#show),modified after the design changes

This commit is contained in:
kostino 2018-03-17 18:05:06 +02:00 committed by James Mason
parent 7d2afc623d
commit 69de418ccd
7 changed files with 38 additions and 6 deletions

View file

@ -18,6 +18,7 @@
- if @conference.splashpage.include_cfp
= render 'call_for_content', conference: @conference,
call_for_events: @call_for_events, call_for_tracks: @call_for_tracks,
call_for_booths: @call_for_booths,
event_types: @event_types, tracks: @track_names
- if @conference.splashpage.include_program