add footer to page: transfer your file

This commit is contained in:
Julie Salha 2023-04-19 10:18:59 +02:00 committed by Julie Salha
parent 04fbfa15b7
commit 2eea0e21b5

View file

@ -18,3 +18,7 @@
= 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'