Sha256: 98b7ec5d949dfa78367fd99ce22fc3a99df5d1ab0e009179ffd56e8286d7aa13
Contents?: true
Size: 532 Bytes
Versions: 27
Compression:
Stored size: 532 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> </head> <body> <h1>Hi <%= @user.username %></h1> <p>Someone has requested a link to change your password. You can do this through the link below.</p> <p><a href="<%= "#{@root_url}#{@token_reset_path}" %>">Change my password</a></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> </body> </html>
Version data entries
27 entries across 27 versions & 1 rubygems