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'