Minor HTML cleanup
This commit is contained in:
parent
904ca19878
commit
8a35bb377e
4 changed files with 17 additions and 17 deletions
|
|
@ -6,7 +6,7 @@
|
|||
= image_tag(conference.picture_url, class: 'img-responsive') if conference.picture?
|
||||
.col-md-6
|
||||
%h3
|
||||
= conference.title
|
||||
= conference.title.html_safe
|
||||
%small
|
||||
%b
|
||||
= date_string(conference.start_date, conference.end_date)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue