From ce81ec306fdf07fb159a52717e5caa478e2414ba Mon Sep 17 00:00:00 2001 From: James Mason Date: Mon, 6 Oct 2014 20:35:10 -0700 Subject: [PATCH] Improve spacing around comma in conference list. --- app/views/home/_conference_details.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/home/_conference_details.html.haml b/app/views/home/_conference_details.html.haml index e6670eb5..0f6de7e9 100644 --- a/app/views/home/_conference_details.html.haml +++ b/app/views/home/_conference_details.html.haml @@ -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')