summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/confirmation_instructions.html.erb
blob: cb1291cf3bfb4772f082e31809cd1cc9e0c95ff4 (plain)
1
2
3
4
5
6
7
8
9
<p>Welcome <%= @resource.name %>!</p>

<% if @resource.unconfirmed_email.present? %>
  <p>You can confirm your email (<%= @resource.unconfirmed_email %>) through the link below:</p>
<% else %>
  <p>You can confirm your account through the link below:</p>
<% end %>

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