Improve spacing around comma in conference list.

This commit is contained in:
James Mason 2014-10-06 20:35:10 -07:00
parent 9e499d2a5e
commit ce81ec306f

View file

@ -12,9 +12,9 @@
= date_string(conference.start_date, conference.end_date)
- if conference.venue.name and conference.venue.website and conference.venue.address
%p
%small
%small<
= link_to conference.venue.name, conference.venue.website
,
,&nbsp;
\#{link_to conference.venue.address, "http://maps.google.com/maps?q=#{conference.venue.address}"}
- if conference.venue.description
= simple_format(conference.venue.description, class: 'lead')