Link to google maps for the address on the conference list

This commit is contained in:
Matt Barringer 2013-01-31 16:28:01 +01:00
parent 57520bb7a9
commit 61a02d17a3

View file

@ -5,9 +5,9 @@
- if conference.cfp_open? || conference.registration_open?
.well
.row-fluid
.span3.offset3
= image_tag conference.logo(:original)
.span3
= image_tag conference.logo(:original)
.span9
%h2.center-text
= conference.title
%h4.center-text
@ -16,7 +16,7 @@
%i
%a= link_to conference.venue.name, conference.venue.website
,
= conference.venue.address
%a= link_to conference.venue.address, "http://maps.google.com/maps?q=#{conference.venue.address}", :target => "_new"
.row-fluid
.span12
.center-text