Merge pull request #516 from openSUSE/spacing-fix

Improve spacing around comma in conference list.
This commit is contained in:
Christian Bruckmayer 2014-10-07 09:51:58 +02:00
commit 3b63fb712f

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