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