Sha256: 5f7cb5c17de399336b1be5598a82d5ff535fce3e360a6b99425e0b58b6722663
Contents?: true
Size: 451 Bytes
Versions: 9
Compression:
Stored size: 451 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> </head> <body> <h1>Welcome to example.com, <%= @user.email %></h1> <p> You have successfully signed up to example.com, your username is: <%= @user.email %>.<br/> </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
9 entries across 9 versions & 1 rubygems