osem-fcy/app/views/conference/show.html.haml

13 lines
311 B
Text
Raw Normal View History

= content_for :brand do
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
2014-06-11 00:03:48 +05:30
- unless @conference.photos.blank?
%div
= render 'carousel'
%div#program
= render 'program'
%div#registration
= render 'registration'
%div#callforpapers
= render 'call_for_papers'