demarches-normaliennes/app/views/invite_mailer/invite_guest.html.haml
2023-12-14 12:51:56 +01:00

24 lines
666 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 pour la démarche
%strong= @invite.dossier.procedure.libelle
sur #{APPLICATION_NAME}.
- if @invite.message.present?
%blockquote
= simple_format(@invite.message)
%p
Cette plateforme permet à ses utilisateurs détablir des dossiers 100 % en ligne et de dialoguer avec plusieurs interlocuteurs privilégiés avant dinstruire un dépot.
%p
Afin de répondre à cette invitation, merci de vous inscrire avec l'adresse email
= @invite.email
sur
= link_to @url, @url
= render partial: "layouts/mailers/signature"