Files
archived-hc-harbor/app/views/email_verification_mailer/verify_email.html.erb

18 lines
453 B
Plaintext

<h1>Verify your email address for Hackatime</h1>
<p>
Hi <%= @user.display_name %>,
</p>
<p>
You've requested to add <%= @verification_request.email %> to your Hackatime account.
Click the link below to verify this email address:
</p>
<p>
<%= link_to 'Verify email address', @verification_url %>
</p>
<p>
This link will expire in 30 minutes and can only be used once.
</p>
<p>
If you didn't request this email, you can safely ignore it.
</p>