accescible_app/app/views/admins/mailer/confirmation_instructions.html.haml
Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02:00

5 lines
204 B
Plaintext

%p
Welcome #{@resource.email}!
%p You can confirm your account through the link below:
%p= link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token)