feat(dossier): notify user by email about pending corrections
This commit is contained in:
parent
ca3b127942
commit
9565267170
9 changed files with 79 additions and 6 deletions
13
app/views/dossier_mailer/notify_pending_correction.html.haml
Normal file
13
app/views/dossier_mailer/notify_pending_correction.html.haml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue