2013-12-16 14:10:18 -05:00
|
|
|
<p>Welcome <%= @resource.name %>!</p>
|
2011-10-08 17:36:38 -04:00
|
|
|
|
2013-12-16 14:10:18 -05:00
|
|
|
<% 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 %>
|
2011-10-08 17:36:38 -04:00
|
|
|
|
2015-03-22 23:10:12 -04:00
|
|
|
<p><%= link_to 'Confirm your account', confirmation_url(@resource, confirmation_token: @token) %></p>
|