Sha256: 71c85e4c60dd0c4c90954e6aad81fddf725332215811f04fe43969fbf36cda81
Contents?: true
Size: 653 Bytes
Versions: 13
Compression:
Stored size: 653 Bytes
Contents
<!DOCTYPE html> <html> <body> <h3>Dear <%= @token.email %>,</h3> <p> You are receiving this e-mail because someone (hopefully you) registered an account at <%= link_to @host, root_url(host: @host, protocol: @protocol) %> using your e-mail address. </p> <p> Please go <%= link_to 'here', token_session_url(@token, host: @host, protocol: @protocol) %> to confirm your e-mail address. </p> <p> If you haven't registered an account, please ignore this e-mail. Someone most likely mistyped their e-mail. </p> </body> </html>
Version data entries
13 entries across 13 versions & 1 rubygems