hackatime/app/views/loops_mailer/sign_in_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

12 lines
440 B
Text

<h1 class="text-xl font-bold text-gray-900 tracking-tight mt-4 mb-0">
Your Hackatime sign-in link
</h1>
<p class="text-base leading-relaxed text-gray-700 mt-4 mb-0">
Use the secure link below to sign in to your account.
</p>
<%= render "shared/mailer/button", url: @sign_in_url, label: "Sign in to Hackatime" %>
<p class="text-sm leading-5 text-gray-400 mt-6 mb-0">
If you did not request this email, you can safely ignore it.
</p>