OSDN Git Service

import all source code
[pettanr/pettanr.git] / app / views / admins / mailer / confirmation_instructions.html.erb
1 <p>Welcome <%= @resource.email %>!</p>
2
3 <p>You can confirm your account through the link below:</p>
4
5 <p><%= link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %></p>