demarches-normaliennes/app/views/notification_mailer/send_notification.html.haml
2019-07-25 12:25:50 +02:00

10 lines
316 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
- content_for :footer do
= render 'layouts/mailers/service_footer', service: @service, dossier: @dossier