hackatime/app/views/email_verification_mailer/verify_email.html.erb
Mahad Kalam d5d987a8f4
Email layout v2 (#1015)
* Better emails!

* Fix tests?

* bit o' cleanup

* add rant

* pt2

* pt3

* Update tests

* oop

* man what on earth

* ffs!!!!!

* Revert "ffs!!!!!"

This reverts commit b58bfed0f4c6288e95d0a111aeb3d7d7900ac9e7.

* Revert "man what on earth"

This reverts commit 8752cc2200eb3b852ea545d10ccbd555ab09d2b4.

* Revert "Fix tests?"

This reverts commit 810ebde73376ff7da0595e6b927f1b464d62b4a4.

* Ignore external Google Fonts link in premailer
2026-03-01 07:18:24 +00:00

13 lines
540 B
Text

<h1 class="text-xl font-bold text-gray-900 tracking-tight mt-4 mb-0">
Verify your email address
</h1>
<p class="text-base leading-relaxed text-gray-700 mt-4 mb-0">
Hi <%= h(@user.display_name) %>, please confirm that you want to add
<strong><%= @verification_request.email %></strong> to your Hackatime account.
</p>
<%= render "shared/mailer/button", url: @verification_url, label: "Verify email address" %>
<p class="text-sm leading-5 text-gray-400 mt-6 mb-0">
If you didn't request this change, you can ignore this email.
</p>