Sha256: 97d59e8b18643c6a01c076fa4bd133ebf5ba07ec5a6564768a9912e750cfb036
Contents?: true
Size: 677 Bytes
Versions: 8
Compression:
Stored size: 677 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
8 entries across 8 versions & 1 rubygems