Add call for booths in cfp section in conference splashpage(conferences#show),modified after the design changes
This commit is contained in:
parent
7d2afc623d
commit
69de418ccd
7 changed files with 38 additions and 6 deletions
|
|
@ -5,12 +5,18 @@
|
|||
%section#call
|
||||
.container
|
||||
.row
|
||||
- if one_call_open(call_for_events, call_for_tracks)
|
||||
.col-md-3.col-sm-3.hidden-xs
|
||||
- if one_call_open(call_for_events, call_for_tracks, call_for_booths)
|
||||
.col-md-4.col-sm-4.hidden-xs
|
||||
- if two_calls_open(call_for_events, call_for_tracks, call_for_booths)
|
||||
.col-md-2.col-sm-2.hidden-xs
|
||||
- if call_for_events.try(:open?)
|
||||
= render 'call_for_papers', conference_id: conference.short_title,
|
||||
call: call_for_events, event_types: event_types, tracks: tracks
|
||||
.col-md-2.col-sm-2
|
||||
- if call_for_tracks.try(:open?)
|
||||
= render 'call_for_tracks', conference_id: conference.short_title,
|
||||
call: call_for_tracks
|
||||
- if call_for_booths.try(:open?)
|
||||
= render 'call_for_booths', conference_id: conference.short_title,
|
||||
call: call_for_booths
|
||||
- if two_calls_open(call_for_events, call_for_tracks, call_for_booths)
|
||||
.col-md-2.col-sm-2.hidden-xs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue