Skip to content

Instantly share code, notes, and snippets.

@datapimp
Created February 19, 2011 05:18
Show Gist options
  • Select an option

  • Save datapimp/834843 to your computer and use it in GitHub Desktop.

Select an option

Save datapimp/834843 to your computer and use it in GitHub Desktop.
<p>Hello <%= @resource.email %>!</p>
<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
<p><%= link_to 'Change my password', edit_password_url(@resource, :reset_password_token => @resource.reset_password_token) %></p>
<p>If you didn't request this, please ignore this email.</p>
<p>Your password won't change until you access the link above and create a new one.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment