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-05-22 16:32:50 +05:30
|
|
|
%div#callforpapers
|
|
|
|
|
= render 'call_for_papers'
|
2014-05-28 18:12:45 +05:30
|
|
|
|
2014-06-09 21:37:09 +05:30
|
|
|
|
|
|
|
|
:javascript
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
|
$('#content').removeClass('container');
|
|
|
|
|
});
|