Sha256: 0e4c92b7190af77be7ae6dff8438f2c2efc96d989c307f20f7c8ecdbb9f0ef0b
Contents?: true
Size: 493 Bytes
Versions: 8
Compression:
Stored size: 493 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
8 entries across 8 versions & 1 rubygems