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

12 lines
279 B
Text
Raw Normal View History

2019-11-28 18:03:23 +01:00
- content_for(:title, "#{@subject}")
%p= t(:hello, scope: [:views, :shared, :greetings])
2019-11-28 18:03:23 +01:00
2020-03-19 09:49:25 +01:00
%p
= t('.header', count: @dossier_hashes.size)
2020-03-19 09:49:25 +01:00
%ul
- @dossier_hashes.each do |d|
%li n° #{d[:id]} (#{d[:procedure_libelle]})
2019-11-28 18:03:23 +01:00
= render partial: "layouts/mailers/signature"