Sha256: d56a5feaad9a6ca1586542611ac6db94cfc263d372d5325568b1c3a5ddcb0d62
Contents?: true
Size: 531 Bytes
Versions: 13
Compression:
Stored size: 531 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> </head> <body> <h1>Hello. We need to verify your email address</h1> <p> To protect your privacy, we need you to confirm you are the owner of the <%= @user.email %> address. </p> <p> Please visit <%= link_to 'this activation link', email_validation_url(token: @user.email_validation_token) %>. </p> <p>Thank you for visiting our site. We appreciate your presence.</p> </body> </html>
Version data entries
13 entries across 13 versions & 1 rubygems