From 93b7d17e23b5261b3e8bea140563b92e2012c99a Mon Sep 17 00:00:00 2001 From: Matt Barringer Date: Mon, 11 Feb 2013 17:56:50 +0100 Subject: [PATCH] Open link to venue in a new window --- app/views/home/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 44caf79d..e2cf72f8 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -14,7 +14,7 @@ = conference.date_range_string .center-text %i - %a= link_to conference.venue.name, conference.venue.website + %a= link_to conference.venue.name, conference.venue.website, :target => "_new" , %a= link_to conference.venue.address, "http://maps.google.com/maps?q=#{conference.venue.address}", :target => "_new" .row-fluid