Sha256: c695116e63d98554135d2973b11defd9d65ea429ee541596a553d4e7d1f6de13
Contents?: true
Size: 552 Bytes
Versions: 17
Compression:
Stored size: 552 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> </head> <body> <h1>Welcome to App Prototype, <%= @user.email %></h1> <p> You have successfully signed up to app-prototype.herokuapp.com, your username is: <%= @user.email %>.<br/> </p> <p> To login to the site, just follow this link: <%= link_to activation_url(@user.activation_token), activation_url(@user.activation_token) %>. </p> <p>Thanks for joining and have a great day!</p> </body> </html>
Version data entries
17 entries across 17 versions & 1 rubygems