Minor HTML cleanup

This commit is contained in:
Michael Ball 2019-12-19 02:36:42 -08:00
parent 904ca19878
commit 8a35bb377e
4 changed files with 17 additions and 17 deletions

View file

@ -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)