demarches-normaliennes/app/views/instructeur_mailer/send_login_token.html.haml

14 lines
382 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.

%p
Bonjour,
%p
Veuillez cliquer sur le lien suivant pour vous connecter sur le site #{APPLICATION_NAME} : 
= link_to(sign_in_by_link_url(@instructeur_id, jeton: @login_token), sign_in_by_link_url(@instructeur_id, jeton: @login_token))
%p
Ce lien est
%b valide une semaine
et peut-être réutilisé
%b plusieurs fois.
= render partial: "layouts/mailers/signature"