demarches-normaliennes/app/views/notification_mailer/send_notification.html.haml
Pierre de La Morinerie 858b093314 mailers: use the standard view mechanism to render notifications
Instead of rendering a view as a template, consider the view as a normal
view.
2019-07-23 14:53:50 +02:00

7 lines
213 B
Text

- content_for :procedure_logo do
= render 'layouts/mailers/logo', url: @logo_url
= @rendered_template
- content_for :footer do
= render 'layouts/mailers/service_footer', service: @service, dossier: @dossier