mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Link to google maps for the address on the conference list
This commit is contained in:
parent
57520bb7a9
commit
61a02d17a3
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue