chore(mailer): setup Services Publics+ by env var so instances can have their owns

This commit is contained in:
Colin Darie 2023-02-07 17:36:14 +01:00
parent d78c75620a
commit 8a859402ad
4 changed files with 7 additions and 4 deletions

View file

@ -6,7 +6,7 @@
- if @actions.present?
= render 'notification_mailer/actions', actions: @actions, dossier: @dossier
- if @with_services_publics_plus
- if @services_publics_plus_url.present?
= render 'layouts/mailers/services_publics_plus'
- content_for :footer do