swamp09/sample_app

View on GitHub
app/views/user_mailer/password_reset.html.haml

Summary

Maintainability
Test Coverage
%h1 Password reset
%p To reset your password click the link below:
= link_to "Reset password", edit_password_reset_url(@user.reset_token,email: @user.email)
%p This link will expire in two hours.
%p
  If you did not request your password to be reset, please ignore this email and
  your password will stay as it is.