osem-fcy/app/views/conference/show.html.haml
Gopesh Tulsyan b3d719829e Added description to conference and program segment to splash
removed id from program partial
2014-05-29 23:57:35 +05:30

4 lines
152 B
Text

= content_for :brand do
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
%div#program
= render 'program'