From 73ef89979baf3567d3477ff58b06603293cc50ba Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 18 Jun 2012 19:56:38 +0200 Subject: [PATCH] =?UTF-8?q?modification=20des=20liens=20activit=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/public.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 44b2794..c1e8abb 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -43,8 +43,8 @@ %h3 Mes activités %ul - %li= link_to "Création de site web", "http://www.quartz-agence.com" - %li= link_to "Photographie", "http://www.quartz-agence.com" + %li= link_to "Création de site web", "http://www.quartz-agence.com", :title => "Site de l'agence Nicolas Bally, création de sites web", :target => "_blank" + %li= link_to "Photographie", "http://www.nicolasbally.com", :title => "Site photo de Nicolas Bally, Photographe", :target => "_blank"