Render conference md without escaping description html
This commit is contained in:
parent
06b05b8177
commit
d40ab944c2
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
= "#{conference.venue.city}/#{conference.venue.country_name}"
|
= "#{conference.venue.city}/#{conference.venue.country_name}"
|
||||||
- unless conference.description.blank?
|
- unless conference.description.blank?
|
||||||
%p
|
%p
|
||||||
= markdown(conference.description)
|
= markdown(conference.description, escape_html=false)
|
||||||
.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