add service plus in notification emails
This commit is contained in:
parent
66e1f39778
commit
2396ff3355
2 changed files with 5 additions and 0 deletions
3
app/views/layouts/mailers/_service_plus.html.haml
Normal file
3
app/views/layouts/mailers/_service_plus.html.haml
Normal file
|
@ -0,0 +1,3 @@
|
|||
%p{ style: 'background-color: #F5F5FE; padding: 25px; ' }
|
||||
J'aide les services publics à s'améliorer :
|
||||
= link_to 'je donne mon avis avec services publics +', 'https://www.plus.transformation.gouv.fr/experience/step_1?pk_campaign=demarches-simplifiees', target: '_blank', rel: 'noopener'
|
|
@ -6,5 +6,7 @@
|
|||
- if @actions.present?
|
||||
= render 'notification_mailer/actions', actions: @actions, dossier: @dossier
|
||||
|
||||
= render 'layouts/mailers/service_plus'
|
||||
|
||||
- content_for :footer do
|
||||
= render 'layouts/mailers/service_footer', service: @service, dossier: @dossier
|
||||
|
|
Loading…
Reference in a new issue