mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
|
<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>
|