Sha256: 7a51e2aa5c6e972b03a89caec6dee0fb72ec0cb257d33b297c4686f93f2d17bc
Contents?: true
Size: 499 Bytes
Versions: 17
Compression:
Stored size: 499 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> </head> <body> <h1>Hello, <%= @user.email %></h1> <p> Someone requested to reset your password. If it wasn't you, just disregard this email. </p> <p> To choose a new password, follow this link: <%= link_to reset_password_url(@user.reset_password_token), reset_password_url(@user.reset_password_token) %>. </p> <p>Have a great day!</p> </body> </html>
Version data entries
17 entries across 17 versions & 1 rubygems