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

3 lines
179 B
Text
Raw Normal View History

= content_for :splash_logo do
= link_to @conference.title, "#", :class => 'navbar-brand'
= render :partial => "home/conference_details", :locals => {:conference => @conference}