demarches-normaliennes/app/views/notification_mailer/send_notification.html.haml

11 lines
316 B
Text
Raw Normal View History

- content_for :procedure_logo do
= render 'layouts/mailers/logo', url: @logo_url
= @rendered_template
2019-07-22 15:21:05 +02:00
- if @actions.present?
= render 'notification_mailer/actions', actions: @actions, dossier: @dossier
- content_for :footer do
= render 'layouts/mailers/service_footer', service: @service, dossier: @dossier