add footer to profile page

This commit is contained in:
Julie Salha 2023-04-19 10:34:35 +02:00 committed by Julie Salha
parent 2eea0e21b5
commit 0a900d72ea

View file

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