Improve spacing around comma in conference list.
This commit is contained in:
parent
9e499d2a5e
commit
ce81ec306f
1 changed files with 2 additions and 2 deletions
|
|
@ -12,9 +12,9 @@
|
||||||
= date_string(conference.start_date, conference.end_date)
|
= date_string(conference.start_date, conference.end_date)
|
||||||
- if conference.venue.name and conference.venue.website and conference.venue.address
|
- if conference.venue.name and conference.venue.website and conference.venue.address
|
||||||
%p
|
%p
|
||||||
%small
|
%small<
|
||||||
= link_to conference.venue.name, conference.venue.website
|
= link_to conference.venue.name, conference.venue.website
|
||||||
,
|
,
|
||||||
\#{link_to conference.venue.address, "http://maps.google.com/maps?q=#{conference.venue.address}"}
|
\#{link_to conference.venue.address, "http://maps.google.com/maps?q=#{conference.venue.address}"}
|
||||||
- if conference.venue.description
|
- if conference.venue.description
|
||||||
= simple_format(conference.venue.description, class: 'lead')
|
= simple_format(conference.venue.description, class: 'lead')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue