Add conference description to the index view
This commit is contained in:
parent
97bbd6adb6
commit
87b1aba1e9
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@
|
||||||
- if conference.venue
|
- if conference.venue
|
||||||
%p
|
%p
|
||||||
= "#{conference.venue.city}/#{conference.venue.country_name}"
|
= "#{conference.venue.city}/#{conference.venue.country_name}"
|
||||||
|
- if !conference.description.blank?
|
||||||
|
%p
|
||||||
|
= markdown(conference.description)
|
||||||
.col-md-2
|
.col-md-2
|
||||||
.btn-group-vertical
|
.btn-group-vertical
|
||||||
- if !@conference || @conference != conference
|
- if !@conference || @conference != conference
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue