From 664d821dc07171f78f7444593982862cdcec650f Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 27 Mar 2017 15:43:58 +0200 Subject: [PATCH] Add a link to the Stats page in the footer --- app/views/layouts/_footer.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index a16a8ef9c..aa3ee661b 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -5,6 +5,8 @@ \- = link_to 'Nouveautés', 'https://github.com/sgmap/tps/releases', target: '_blank' \- + = link_to 'Statistiques', stats_path + \- = link_to 'CGU / Mentions légales', cgu_path \- = link_to 'Contact', "mailto:"+t('dynamics.contact_email')