Add link to the FAQ website in the footer
This commit is contained in:
parent
74cda1b861
commit
060c607772
1 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,8 @@
|
||||||
= link_to "Nouveautés", "https://github.com/sgmap/tps/releases", :class => "footer-link"
|
= link_to "Nouveautés", "https://github.com/sgmap/tps/releases", :class => "footer-link"
|
||||||
%li.footer-link
|
%li.footer-link
|
||||||
= link_to "Statistiques", stats_path, :class => "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
|
%li.footer-column
|
||||||
%ul.footer-links
|
%ul.footer-links
|
||||||
|
@ -32,4 +34,4 @@
|
||||||
%li.footer-link
|
%li.footer-link
|
||||||
= link_to "Documentation de l'API", "/docs", :class => "footer-link", :target => "_blank"
|
= link_to "Documentation de l'API", "/docs", :class => "footer-link", :target => "_blank"
|
||||||
%li.footer-link
|
%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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue