[Fix #1698] Show the footer on the “Merci” page
This commit is contained in:
parent
84433222fb
commit
55143b94fc
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
- content_for(:title, "Dossier bien envoyé (#{@dossier.procedure.libelle})")
|
||||
|
||||
- content_for :footer do
|
||||
= render partial: "new_user/dossiers/dossier_footer", locals: { dossier: @dossier }
|
||||
|
||||
.merci
|
||||
.container
|
||||
= image_tag('user/envoi-dossier.svg')
|
||||
|
|
Loading…
Reference in a new issue