1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/views/devise/mailer/confirmation_instructions.html.erb

7 lines
294 B
Plaintext
Raw Normal View History

2015-05-05 03:10:25 +02:00
<p>Bonjour <%= @user.profile.full_name %> !</p>
<p>Vous pouvez finaliser votre inscription en confirmant votre adresse mail en cliquant sur le lien suivant :</p>
<p><%= link_to 'Confirmer mon e-mail !', confirmation_url(@resource, confirmation_token: @token) %></p>
<p>L'équipe Fab Lab.</p>