memEx/lib/memex_web/controllers/email_html/confirm_email.html.heex
shibao 32094221c2
Some checks are pending
continuous-integration/drone/push Build is running
update deps
2025-04-05 03:42:43 +00:00

24 lines
636 B
Plaintext

<div style="display: flex; flex-direction: column; justify-content: center; align-items: center;">
<span style="margin-bottom: 0.75em; font-size: 1.5em;">
{dgettext("emails", "Hi %{email},", email: @user.email)}
</span>
<br />
<span style="margin-bottom: 1em; font-size: 1.25em;">
{dgettext("emails", "Welcome to memEx")}
</span>
<br />
{dgettext("emails", "You can confirm your account by visiting the URL below:")}
<br />
<a style="margin: 1em; color: rgb(161, 161, 170);" href={@url}>{@url}</a>
<br />
{dgettext("emails", "If you didn't create an account at memEx, please ignore this.")}
</div>