demarches-normaliennes/app/views/notification_mailer/send_notification.html.haml
2023-02-09 10:47:53 +01:00

12 lines
357 B
Text

- content_for :procedure_logo do
= render 'layouts/mailers/logo', url: @logo_url
= @rendered_template
- 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