From 15e055ff3a5ed3586344fbad8b5e4e621577e381 Mon Sep 17 00:00:00 2001 From: philemon95 <40801449+philemon95@users.noreply.github.com> Date: Tue, 19 Feb 2019 15:52:45 +0100 Subject: [PATCH 1/2] add of links to FAQ + gitbook --- app/views/layouts/_footer.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 7ce15a032..667a2e5a7 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -10,3 +10,9 @@ = link_to 'CGU / Mentions légales', CGU_URL \- = contact_link 'Contact' + \- + = link_to 'FAQ', "https://faq.demarches-simplifiees.fr" + = Time.zone.now.year + \- + = link_to 'Documentation', "http://doc.demarches-simplifiees.fr" + = Time.zone.now.year From ab728466124241294966a60d65d8aa0e408ff1b0 Mon Sep 17 00:00:00 2001 From: philemon95 <40801449+philemon95@users.noreply.github.com> Date: Tue, 19 Feb 2019 16:07:14 +0100 Subject: [PATCH 2/2] Update _footer.html.haml --- app/views/layouts/_footer.html.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 667a2e5a7..331b30681 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -12,7 +12,5 @@ = contact_link 'Contact' \- = link_to 'FAQ', "https://faq.demarches-simplifiees.fr" - = Time.zone.now.year \- = link_to 'Documentation', "http://doc.demarches-simplifiees.fr" - = Time.zone.now.year