Sha256: fa141330f54f46a10f7fdb39bbe0715acd5a10a23516a74130bc0ce955c5678c
Contents?: true
Size: 665 Bytes
Versions: 17
Compression:
Stored size: 665 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
17 entries across 17 versions & 1 rubygems