mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 21:24:05 +00:00
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)
|
||||
- if conference.venue.name and conference.venue.website and conference.venue.address
|
||||
%p
|
||||
%small
|
||||
%small<
|
||||
= link_to conference.venue.name, conference.venue.website
|
||||
,
|
||||
,
|
||||
\#{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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue