From 9a519400248e519def7f1f8fee36c53389fca53f Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 7 Dec 2017 14:30:15 +0100 Subject: [PATCH] =?UTF-8?q?[Fix=20#393]=20In=20the=20footer,=20mentions=20?= =?UTF-8?q?l=C3=A9gales=20link=20->=20API=20doc=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/_new_footer.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_new_footer.html.haml b/app/views/layouts/_new_footer.html.haml index a01e536e5..0cbf4c6ef 100644 --- a/app/views/layouts/_new_footer.html.haml +++ b/app/views/layouts/_new_footer.html.haml @@ -28,6 +28,6 @@ "mailto:#{t('dynamics.contact_email')}", :class => "footer-link" %li.footer-link - = link_to "Mentions légales", cgu_path, :class => "footer-link" + = link_to "Documentation de l'API", "/docs", :class => "footer-link", :target => "_blank" %li.footer-link = link_to "CGU", cgu_path, :class => "footer-link"