mailers: streamline the NotificationMailer
Notifications are now only for demarche-templated emails.
This commit is contained in:
parent
1d1a15bf70
commit
e5303fd986
10 changed files with 49 additions and 33 deletions
14
app/views/dossier_mailer/notify_new_draft.html.haml
Normal file
14
app/views/dossier_mailer/notify_new_draft.html.haml
Normal file
|
@ -0,0 +1,14 @@
|
|||
%p
|
||||
Bonjour,
|
||||
|
||||
%p
|
||||
Vous pouvez retrouver et compléter le brouillon que vous avez créé pour la démarche
|
||||
%strong= @dossier.procedure.libelle
|
||||
à l'adresse suivante :
|
||||
= link_to dossier_url(@dossier), dossier_url(@dossier), target: '_blank'
|
||||
|
||||
%p
|
||||
Bonne journée,
|
||||
|
||||
%p
|
||||
L'équipe demarches-simplifiees.fr
|
Loading…
Add table
Add a link
Reference in a new issue