feat(dossier): notify user by email about pending corrections

This commit is contained in:
Colin Darie 2023-03-14 18:48:19 +01:00
parent ca3b127942
commit 9565267170
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
9 changed files with 79 additions and 6 deletions

View file

@ -0,0 +1,13 @@
- content_for :procedure_logo do
= render 'layouts/mailers/logo', url: @logo_url
%p= t(:hello, scope: [:views, :shared, :greetings])
%p= t('.explanation_html', dossier_id: @dossier.id, libelle_demarche: @dossier.procedure.libelle)
%p= t('.link')
= round_button(t('.access_message'), messagerie_dossier_url(@dossier), :primary)
= render 'layouts/mailers/signature', service: @service
- content_for :footer do
= render 'layouts/mailers/service_footer', service: @service, dossier: @dossier