fix dossier mailer templates

This commit is contained in:
Paul Chavard 2022-01-25 10:51:57 +01:00 committed by Kara Diaby
parent c9f402aa5b
commit a9c4a81ab0
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,8 @@
- content_for(:title, "#{@subject}")
%p= t(:hello, scope: [:views, :shared, :greetings])
%p
= t('.body', dossier_id: @dossier.id, procedure: @dossier.procedure.libelle)
= render partial: "layouts/mailers/signature"