demarches-normaliennes/app/views/dossier_mailer/notify_deletion_to_user.html.haml

9 lines
240 B
Text
Raw Normal View History

2020-03-19 09:49:25 +01:00
- content_for(:title, "#{@subject}")
2021-08-26 12:40:20 +02:00
%p= t(:greeting, scope: [:layouts, :signature])
%p
2020-03-19 09:49:25 +01:00
= t('.body', dossier_id: @deleted_dossier.dossier_id, procedure: @deleted_dossier.procedure.libelle)
= render partial: "layouts/mailers/signature"