From 4225951a1dbb2693f32a232c20226c3ea4f5a02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chai=CC=88b=20Martinez?= Date: Mon, 30 Sep 2019 16:04:57 +0200 Subject: [PATCH] minor fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Chaïb Martinez --- app/views/layouts/_footer.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 48f112224..40a87c284 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -7,10 +7,10 @@ \- = link_to 'Statistiques', stats_path, data: { turbolinks: false } # Turbolinks disabled for Chartkick. See Issue #350 \- - = link_to 'CGU / Mentions légales', CGU_URL + = link_to 'CGU / Mentions légales', CGU_URL, target: '_blank' \- - = link_to 'Documentation', DOC_URL + = link_to 'Documentation', DOC_URL, target: '_blank' \- - = link_to 'FAQ', FAQ_ADMIN_URL + = link_to 'FAQ', FAQ_ADMIN_URL, target: '_blank' \- - = link_to 'Inscription ateliers en ligne', WEBINAIRE_URL + = link_to 'Inscription ateliers en ligne', WEBINAIRE_URL, target: '_blank'