mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
%p
|
||||
= "#{conference.venue.city}/#{conference.venue.country_name}"
|
||||
- if !conference.description.blank?
|
||||
%p
|
||||
= markdown(conference.description)
|
||||
.col-md-2
|
||||
.btn-group-vertical
|
||||
- if !@conference || @conference != conference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue