[Fix #393] In the footer, mentions légales link -> API doc link

This commit is contained in:
gregoirenovel 2017-12-07 14:30:15 +01:00
parent 5521983472
commit 9a51940024

View file

@ -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"