Sha256: f925112c3437207c214743e768b8ba4607f0c81428060a0721abec3e3536eb6e
Contents?: true
Size: 452 Bytes
Versions: 2
Compression:
Stored size: 452 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.name %></h1> <p> You have successfully signed up to example.com, your username is: <%= @user.login %>.<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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bently-1.0.2 | lib/bently/template/action-mailer/welcome_email.html.erb |
bently-1.0.1 | lib/bently/template/action-mailer/welcome_email.html.erb |