demarches-normaliennes/app/views/layouts/mailers/notification.html.haml

15 lines
592 B
Text
Raw Normal View History

- if @logo_filename.present?
- content_for :procedure_logo do
%table{ width: "100%", border: "0", cellspacing: "0", cellpadding: "0" }
%tr
%td{ align: "center" }
= image_tag attachments[@logo_filename].url, style: "height: 150px;"
- content_for :footer do
%strong
Merci de ne pas répondre à cet email. Pour vous adresser à votre administration, passez directement par votre
= succeed '.' do
= link_to 'messagerie', messagerie_dossier_url(@dossier), target: '_blank', rel: 'noopener'
= render template: 'layouts/mailers/notifications_layout'