Move conference description in conference show, instead of program partial.

This commit is contained in:
Stella Rouzi 2014-06-12 22:13:12 +03:00
parent dab9e1da51
commit 9c0af1faf0
2 changed files with 3 additions and 3 deletions

View file

@ -6,9 +6,6 @@
%div.row
%div.col-md-12
%h1 Program
- unless @conference.description.blank?
%p
= @conference.description
- if @conference.call_for_papers and @conference.call_for_papers.schedule_public
%span You can check out our
%span

View file

@ -1,5 +1,8 @@
= content_for :brand do
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
- unless @conference.description.blank?
%p= @conference.description
%div#program
= render 'program'
%div#registration