fix dossier mailer templates
This commit is contained in:
parent
c9f402aa5b
commit
a9c4a81ab0
2 changed files with 8 additions and 0 deletions
|
@ -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"
|
Loading…
Reference in a new issue