Sha256: 4fc7ce618aa16b2fa2b62fbd52e948114e53296386b7d7019837001456bfb118
Contents?: true
Size: 393 Bytes
Versions: 3
Compression:
Stored size: 393 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> </head> <body> <h1> Welcome <%= @user.email %> </h1> <p> You have successfully signed up to www.example.com, and your username is: <%= @user.email %>. </p> <p> To login to the site, just follow this link: <%= @url %> . </p> <p>Thanks for joining and have a great day!</p> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems