about summary refs log tree commit diff
path: root/app/views/auth/mailer/confirmation_instructions.html.erb
blob: ef17b288f95cb0ca374d8e6bc6dd8af3f6998669 (plain) (blame)
1
2
3
4
5
<p>Welcome <%= @resource.email %>!</p>

<p>You can confirm your account email through the link below:</p>

<p><%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %></p>