move general footer row from users to application directory
This commit is contained in:
parent
7e3c47f5cf
commit
48397b9526
4 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
%footer.procedure-footer.fr-footer__bottom{ role: "contentinfo" }
|
%footer.procedure-footer.fr-footer__bottom{ role: "contentinfo" }
|
||||||
.fr-container
|
.fr-container
|
||||||
= render partial: "users/general_footer_row", locals: { dossier: nil }
|
= render partial: "general_footer_row", locals: { dossier: nil }
|
||||||
= render partial: "shared/footer_copy"
|
= render partial: "shared/footer_copy"
|
||||||
|
|
|
@ -57,5 +57,5 @@
|
||||||
= render partial: "shared/footer_content_list"
|
= render partial: "shared/footer_content_list"
|
||||||
|
|
||||||
.fr-footer__bottom
|
.fr-footer__bottom
|
||||||
= render partial: 'users/general_footer_row'
|
= render partial: 'general_footer_row'
|
||||||
= render partial: 'shared/footer_copy'
|
= render partial: 'shared/footer_copy'
|
||||||
|
|
|
@ -70,5 +70,5 @@
|
||||||
|
|
||||||
.fr-footer__bottom.fr-mt-0
|
.fr-footer__bottom.fr-mt-0
|
||||||
.fr-container
|
.fr-container
|
||||||
= render partial: 'users/general_footer_row', locals: { dossier: dossier }
|
= render partial: 'application/general_footer_row', locals: { dossier: dossier }
|
||||||
= render partial: 'shared/footer_copy'
|
= render partial: 'shared/footer_copy'
|
||||||
|
|
Loading…
Reference in a new issue