osem-fcy/app/views/conference/show.html.haml
Gopesh Tulsyan 005bead45f Check for cfp object before rendering partial
Fixed horizontal overflow in splash due to cfp timer

Fixed condition for rendering cfp
2014-06-12 22:39:01 +05:30

10 lines
292 B
Text

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