demarches-normaliennes/app/views/invite_mailer/invite_user.html.haml
2021-05-26 18:05:14 +02:00

19 lines
403 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

%p
Bonjour,
%p
Lutilisateur
= @invite.email_sender
souhaite que vous participiez à l'élaboration dun dossier sur #{APPLICATION_NAME}.
- if @invite.message.present?
%blockquote
%p
= @invite.message
%p
Pour le consulter, merci de suivre ce lien :
- url_for_link = invite_url(@invite)
= link_to url_for_link, url_for_link
= render partial: "layouts/mailers/signature"