Skip to content

Instantly share code, notes, and snippets.

@stevencwarren
Created September 20, 2012 20:18
Show Gist options
  • Save stevencwarren/3758101 to your computer and use it in GitHub Desktop.
Save stevencwarren/3758101 to your computer and use it in GitHub Desktop.
<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