[Fix #393] In the footer, mentions légales link -> API doc link
This commit is contained in:
parent
5521983472
commit
9a51940024
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue