2014-09-02 18:07:02 +05:30
|
|
|
<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 %>
|
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
<p><%= link_to 'Confirm your account', confirmation_url(@resource, confirmation_token: @token) %></p>
|