12 lines
311 B
Text
12 lines
311 B
Text
= content_for :brand do
|
|
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
|
|
- unless @conference.photos.blank?
|
|
%div
|
|
= render 'carousel'
|
|
%div#program
|
|
= render 'program'
|
|
%div#registration
|
|
= render 'registration'
|
|
%div#callforpapers
|
|
= render 'call_for_papers'
|
|
|