mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
13 lines
370 B
Text
13 lines
370 B
Text
= content_for :brand do
|
|
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
|
|
%div#program
|
|
= render 'program'
|
|
%div#registration
|
|
= render 'registration'
|
|
-unless @conference.call_for_papers.blank?
|
|
%div#callforpapers
|
|
= render 'call_for_papers'
|
|
%div#sponsors
|
|
= render 'sponsor'
|
|
%div#social-media
|
|
= render 'social_media'
|