2014-05-28 13:44:37 -07:00
|
|
|
= content_for :brand do
|
|
|
|
|
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
|
2014-05-28 14:49:00 +05:30
|
|
|
%div#program
|
|
|
|
|
= render 'program'
|
2014-05-28 18:12:45 +05:30
|
|
|
%div#registration
|
|
|
|
|
= render 'registration'
|
2014-06-05 13:50:05 +05:30
|
|
|
-unless @conference.call_for_papers.blank?
|
|
|
|
|
%div#callforpapers
|
|
|
|
|
= render 'call_for_papers'
|
2014-06-13 00:49:48 +05:30
|
|
|
%div#sponsors
|
|
|
|
|
= render 'sponsor'
|
2014-05-28 18:12:45 +05:30
|
|
|
|