BikeBikeBike/app/views/user_mailer/email_confirmation.html.haml
2015-08-18 22:18:29 -07:00

5 lines
268 B
Plaintext

%p=_'email.confirmation.paragraph.please_confirm','Hello! To gain access to registration and other features of Bike!Bike!, please confirm your email address by clicking on following link:'
- link = "#{@host}/confirm/#{@confirmation.token}"
%p
%a{href: link}=link