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

14 lines
291 B
Text
Raw Normal View History

= content_for :brand do
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
2014-06-02 17:44:43 +05:30
%div#program
= render 'program'
%div#registration
= render 'registration'
%div#callforpapers
= render 'call_for_papers'
2014-06-02 17:44:43 +05:30
%div#social-media
= render 'social_media'