Add markdown formatting for sponsor descriptions
This commit is contained in:
parent
4e96f76926
commit
ef4b7fda92
3 changed files with 3 additions and 3 deletions
|
|
@ -18,6 +18,6 @@
|
|||
- if object.picture?
|
||||
= image_tag get_logo(object), class: img_classes
|
||||
%p.description
|
||||
= object.description
|
||||
= markdown(object.description)
|
||||
.modal-footer
|
||||
= link_to nil, object.website_url, target: '_blank'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue