akkounts/app/views/devise/mailer/reconfirmation_instructions.html.erb

6 lines
205 B
Plaintext

<p>Hello <%= @resource.cn %>,</p>
<p>Please confirm your new email address through the link below:</p>
<p><%= link_to 'Confirm my address', confirmation_url(@resource, confirmation_token: @token) %></p>