From a23eb80d2205af28e18cb47cc9f94531a00950c8 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Wed, 17 Jan 2024 09:33:18 +0100 Subject: [PATCH] fix(profil): use fr-container --- app/views/users/profil/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/profil/show.html.haml b/app/views/users/profil/show.html.haml index f8e4d4845..ada95825e 100644 --- a/app/views/users/profil/show.html.haml +++ b/app/views/users/profil/show.html.haml @@ -4,7 +4,7 @@ locals: { steps: [['Tableau de bord', tableau_de_bord_helper_path], [t('.profile')]] } -#profil-page.container +#profil-page.fr-container %h1= t('.profile') - if @waiting_merge_emails.present?