Sha256: 94c958e066d4bfcbad235c32eabe93ed131a3d0510f189c7271bd488c1778202

Contents?: true

Size: 408 Bytes

Versions: 3

Compression:

Stored size: 408 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
</head>
<body>
<h1>Congratulations, <%= @user.email %>!</h1>
<p>
  You have successfully activated your example.com account,
  your username is: <%= @user.email %>.
</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

3 entries across 3 versions & 1 rubygems

Version Path
beautiful_scaffold-2.0.3 lib/generators/templates/app/views/login_logout/user_mailer/activation_success_email.en.html.erb
beautiful_scaffold-2.0.2 lib/generators/templates/app/views/login_logout/user_mailer/activation_success_email.en.html.erb
beautiful_scaffold-2.0.1 lib/generators/templates/app/views/login_logout/user_mailer/activation_success_email.en.html.erb