demarches-normaliennes/app/views/devise_mailer/confirmation_instructions.html.haml
2018-12-20 11:20:10 +01:00

10 lines
327 B
Text

- content_for(:title, 'Activez votre compte')
%p
Bonjour,
%p
Pour activer votre compte sur demarches-simplifiees.fr, veuillez cliquer sur le lien suivant :
= link_to(confirmation_url(@user, confirmation_token: @token), confirmation_url(@user, confirmation_token: @token))
= render partial: "layouts/mailers/signature"