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-06-11 00:03:48 +05:30
|
|
|
- unless @conference.photos.blank?
|
|
|
|
|
%div
|
|
|
|
|
= render 'carousel'
|
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-05-22 16:32:50 +05:30
|
|
|
%div#callforpapers
|
|
|
|
|
= render 'call_for_papers'
|
2014-05-28 18:12:45 +05:30
|
|
|
|