mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 20:24:03 +00:00
18 lines
574 B
Text
18 lines
574 B
Text
= content_for :splash_nav do
|
|
%li
|
|
%a.smoothscroll{ href: '#program' } Program
|
|
|
|
%div.container.text-center
|
|
%div.row
|
|
%div.col-md-12
|
|
%h1 Program
|
|
- if @conference.call_for_papers and @conference.call_for_papers.schedule_public
|
|
%span You can check out our
|
|
%span
|
|
= link_to 'Schedule', conference_schedule_path(@conference.short_title), target: '_blank'
|
|
- else
|
|
%span The schedule is not ready yet. Stay tuned!
|
|
-unless @conference.tracks.blank?
|
|
- if @conference.include_tracks_in_splash?
|
|
= render 'tracks'
|
|
|