add service plus in notification emails

This commit is contained in:
Lisa Durand 2023-02-06 13:00:08 +01:00 committed by Colin Darie
parent 66e1f39778
commit 2396ff3355
2 changed files with 5 additions and 0 deletions

View 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'

View file

@ -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