demarches-normaliennes/app/views/invite_mailer/invite_user.html.haml

18 lines
348 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 :
= link_to @url, @url
= render partial: "layouts/mailers/signature"