Created
September 20, 2012 20:18
-
-
Save stevencwarren/3758101 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
<table width="600"> | |
<tbody> | |
<tr> | |
<td style="padding:15px;"> | |
<%= @user.first_name %>, | |
<p>A request to reset your Pearlpoint.org password has been made.</p> | |
<p>If you did not make this request, please ignore this email.</p> | |
<p>If you did make this request, please click the following link to choose a new password:</p> | |
<p><%= link_to 'Reset Your Password', reset_password_url(:host => APP_CONFIG.domain, :token => @user.perishable_token) %></p> | |
<p>Sincerely,</p> | |
<p>Pearlpoint.org team</p> | |
</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment