6 lines
205 B
Plaintext
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>
|