8 lines
244 B
Text
8 lines
244 B
Text
- content_for(:title, "#{@subject}")
|
|
|
|
%p= t(:hello, scope: [:views, :shared, :greetings])
|
|
|
|
%p
|
|
= t('.body', dossier_id: @deleted_dossier.dossier_id, procedure: @deleted_dossier.procedure.libelle)
|
|
|
|
= render partial: "layouts/mailers/signature"
|