This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
<p>Welcome <%= @resource.email %>!</p>
|
|
|
|
<p>You can confirm your account through the link below:</p>
|
|
|
|
<p><%= link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %></p>
|