Started to Implement D-A, and roles scaffold - Need to finish Test Suite
[base_ror3_portal.git] / app / views / devise / mailer / confirmation_instructions.html.erb
bloba6ea8ca17e841717065569cd93d476f4758f0fac
1 <p>Welcome <%= @resource.email %>!</p>
3 <p>You can confirm your account through the link below:</p>
5 <p><%= link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %></p>