From 060c60777202486bbf79314f09bca627dfa5b978 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 11 Dec 2017 18:04:24 +0100 Subject: [PATCH] Add link to the FAQ website in the footer --- app/views/layouts/_new_footer.html.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/_new_footer.html.haml b/app/views/layouts/_new_footer.html.haml index 11db7d217..2e65d5db8 100644 --- a/app/views/layouts/_new_footer.html.haml +++ b/app/views/layouts/_new_footer.html.haml @@ -20,6 +20,8 @@ = link_to "Nouveautés", "https://github.com/sgmap/tps/releases", :class => "footer-link" %li.footer-link = link_to "Statistiques", stats_path, :class => "footer-link" + %li.footer-link + = link_to "CGU", "https://tps.gitbooks.io/tps-documentation/content/conditions-generales-dutilisation.html", :class => "footer-link", :target => "_blank" %li.footer-column %ul.footer-links @@ -32,4 +34,4 @@ %li.footer-link = link_to "Documentation de l'API", "/docs", :class => "footer-link", :target => "_blank" %li.footer-link - = link_to "CGU", "https://tps.gitbooks.io/tps-documentation/content/conditions-generales-dutilisation.html", :class => "footer-link", :target => "_blank" + = link_to "FAQ", "http://tps.helpscoutdocs.com/", :class => "footer-link", :target => "_blank"