From 8b895df34c622da10ebc59b088282528cd5efe04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chai=CC=88b=20Martinez?= Date: Mon, 30 Sep 2019 16:03:32 +0200 Subject: [PATCH 1/4] =?UTF-8?q?Update=20"nouveaut=C3=A9"=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Chaïb Martinez --- app/views/layouts/_footer.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 711e0da84..b5714c126 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -3,7 +3,7 @@ = link_to 'DINSIC', "http://etatplateforme.modernisation.gouv.fr" = Time.zone.now.year \- - = link_to 'Nouveautés', 'https://github.com/betagouv/demarches-simplifiees.fr/releases', target: '_blank' + = link_to 'Nouveautés', 'https://doc.demarches-simplifiees.fr/nouveautes', target: '_blank' \- = link_to 'Statistiques', stats_path, data: { turbolinks: false } # Turbolinks disabled for Chartkick. See Issue #350 \- From 9b98bcd176b9483e6018f57afa5f11b59dfa25de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chai=CC=88b=20Martinez?= Date: Mon, 30 Sep 2019 16:03:57 +0200 Subject: [PATCH 2/4] remove duplicate link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Chaïb Martinez --- 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 b5714c126..48f112224 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -9,8 +9,6 @@ \- = link_to 'CGU / Mentions légales', CGU_URL \- - = contact_link 'Contact' - \- = link_to 'Documentation', DOC_URL \- = link_to 'FAQ', FAQ_ADMIN_URL From 4225951a1dbb2693f32a232c20226c3ea4f5a02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chai=CC=88b=20Martinez?= Date: Mon, 30 Sep 2019 16:04:57 +0200 Subject: [PATCH 3/4] minor fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Chaïb Martinez --- app/views/layouts/_footer.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 48f112224..40a87c284 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -7,10 +7,10 @@ \- = link_to 'Statistiques', stats_path, data: { turbolinks: false } # Turbolinks disabled for Chartkick. See Issue #350 \- - = link_to 'CGU / Mentions légales', CGU_URL + = link_to 'CGU / Mentions légales', CGU_URL, target: '_blank' \- - = link_to 'Documentation', DOC_URL + = link_to 'Documentation', DOC_URL, target: '_blank' \- - = link_to 'FAQ', FAQ_ADMIN_URL + = link_to 'FAQ', FAQ_ADMIN_URL, target: '_blank' \- - = link_to 'Inscription ateliers en ligne', WEBINAIRE_URL + = link_to 'Inscription ateliers en ligne', WEBINAIRE_URL, target: '_blank' From 19590d9814e7e8ba4855edd075e3c7ce0e24f5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chai=CC=88b=20Martinez?= Date: Mon, 30 Sep 2019 17:24:05 +0200 Subject: [PATCH 4/4] add "sortir" link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Chaïb Martinez --- .../_left_panel_admin_procedurescontroller_navbar.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml b/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml index 18d34a23d..4429e2052 100644 --- a/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml +++ b/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml @@ -62,6 +62,10 @@ .procedure-list-element{ class: ('active' if active == 'MonAvis') } MonAvis + %a#onglet-description{ href: url_for(admin_procedures_path()) } + .procedure-list-element + Sortir + .split-hr-left