From d43b4badc4c40e17032fbff7fb2b98aa31ab7fac Mon Sep 17 00:00:00 2001 From: Julie Salha Date: Wed, 15 Mar 2023 14:31:23 +0100 Subject: [PATCH] fix PR URL and DSFR styles --- app/views/legal_notice/index.html.haml | 2 +- config/routes.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/legal_notice/index.html.haml b/app/views/legal_notice/index.html.haml index 46f2b0d9a..f89b315c2 100644 --- a/app/views/legal_notice/index.html.haml +++ b/app/views/legal_notice/index.html.haml @@ -3,7 +3,7 @@ = render partial: "root/footer" #legal-notice.fr-pt-2w - .container + .fr-container %h1.new-h1 = t('views.legal_notice.title') diff --git a/config/routes.rb b/config/routes.rb index 263c3682c..11b54a0af 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -193,7 +193,7 @@ Rails.application.routes.draw do get "contact-admin", to: "support#admin" - get "mentions_legales", to: "legal_notice#index" + get "mentions-legales", to: "legal_notice#index" post "webhooks/sendinblue", to: "webhook#sendinblue" post "webhooks/helpscout", to: "webhook#helpscout"