Created
October 26, 2010 16:32
-
-
Save avescodes/647236 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%p.intro | |
== Hello #{h(@user.email)}, | |
%br/ | |
%br/ | |
== We've just launched MakeYourGirlfriendHappy.com! You had signed up on our mailing list and we took the liberty of creating your account for you so you don't have to enter your information twice. Click #{link_to('here',"http://makeyourgirlfriendhappy.com/profile/password/edit?reset_password_token=#{@user.reset_password_token}")} to create your password. | |
%br/ | |
%br/ | |
== Regards, | |
%br/ | |
%br/ | |
== The team at Make Your Girlfriend Happy.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment