confirmation_instructions.html.erb 232 B

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