osem-fcy/app/views/conference/show.html.haml
2014-06-17 19:28:09 +05:30

33 lines
725 B
Text

= content_for :brand do
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
- unless @conference.description.blank?
%p= @conference.description
%section{ id: 'program' }
.pad
= render 'program'
%section{ id: 'registration' }
.pad
= render 'registration'
-unless @conference.call_for_papers.blank?
%section{ id:'callforpapers' }
.pad
= render 'call_for_papers'
-unless @conference.venue.blank?
%section{ id: 'location' }
.pad
= render 'location'
- if @conference.venue
- unless @conference.venue.lodgings.empty?
= render 'lodging'
%section{ id: 'sponsors' }
.pad
= render 'sponsor'
%section{ id: 'social-media' }
.pad
= render 'social_media'