From 3262c5bf001fd498375fd68dcaeaea061490151b Mon Sep 17 00:00:00 2001 From: Julie Salha Date: Wed, 19 Apr 2023 11:38:59 +0200 Subject: [PATCH] reinitilization branch --- app/views/users/dossiers/transferer.html.haml | 4 ---- app/views/users/profil/show.html.haml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/app/views/users/dossiers/transferer.html.haml b/app/views/users/dossiers/transferer.html.haml index 33696ff87..1a2f54829 100644 --- a/app/views/users/dossiers/transferer.html.haml +++ b/app/views/users/dossiers/transferer.html.haml @@ -18,7 +18,3 @@ = f.hidden_field :dossier, value: @dossier.id = f.submit t('.submit'), class: 'fr-btn' - - .fr-footer__bottom - = render partial: 'users/general_footer_row' - = render partial: 'shared/footer_copy' diff --git a/app/views/users/profil/show.html.haml b/app/views/users/profil/show.html.haml index 4a71391cc..0f41d01c5 100644 --- a/app/views/users/profil/show.html.haml +++ b/app/views/users/profil/show.html.haml @@ -74,7 +74,3 @@ method: :delete, data: { confirm: t('.unlink_confirmation', full_name: fci.full_name) }, class: 'fr-btn fr-btn--secondary fr-ml-2w' - - .fr-footer__bottom - = render partial: 'users/general_footer_row' - = render partial: 'shared/footer_copy'