Files
devise/app/views/notifier/confirmation_instructions.html.erb

6 lines
205 B
Plaintext

Welcome <%= @resource.email %>!
You can confirm your account through the link below:
<%= link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %>