mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 12:44:03 +00:00
14 lines
457 B
Text
14 lines
457 B
Text
= content_for :splash_nav do
|
|
%li
|
|
%a.smoothscroll{ href: '#call' } Call For Content
|
|
|
|
%section#call
|
|
.container
|
|
.row
|
|
- if one_call_open(conference)
|
|
.col-md-3.col-sm-3.hidden-xs
|
|
- if conference.call_for_events.try(:open?)
|
|
= render 'call_for_papers', conference: conference
|
|
.col-md-2.col-sm-2
|
|
- if conference.call_for_tracks.try(:open?)
|
|
= render 'call_for_tracks', conference: conference
|