2017-11-21 10:56:46 -08:00
|
|
|
= content_for :splash_nav do
|
|
|
|
|
%li
|
|
|
|
|
%a.smoothscroll{ href: '#call' } Call For Content
|
|
|
|
|
|
|
|
|
|
%section#call
|
|
|
|
|
.container
|
|
|
|
|
.row
|
2017-12-21 19:06:36 -08:00
|
|
|
- if one_call_open(call_for_events, call_for_tracks)
|
2017-11-21 10:56:46 -08:00
|
|
|
.col-md-3.col-sm-3.hidden-xs
|
2017-12-21 19:06:36 -08:00
|
|
|
- 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
|
2017-11-21 10:56:46 -08:00
|
|
|
.col-md-2.col-sm-2
|
2017-12-21 19:06:36 -08:00
|
|
|
- if call_for_tracks.try(:open?)
|
|
|
|
|
= render 'call_for_tracks', conference_id: conference.short_title,
|
|
|
|
|
call: call_for_tracks
|