boissier_app/app/views/admins/mailer/confirmation_instructions.html.haml
Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +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)