Move conference description in conference show, instead of program partial.
This commit is contained in:
parent
dab9e1da51
commit
9c0af1faf0
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue