Sha256: ebc4a033d3090276091b86d5949e697cdd60133b03c8d0a4e93b85179b83f639
Contents?: true
Size: 494 Bytes
Versions: 12
Compression:
Stored size: 494 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> </head> <body> <h1>Welcome <%= @user.username %></h1> <p> You have successfully registered, to activate your account follow this link: <a href="<%= @url %>"><%= @url %></a>. </p> <p>Your username is <%=@user.username%>, use the password you set during registration to login.</p> <p>Thanks for joining and have a great day!!</p> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems