memEx/lib/memex_web/templates/email/confirm_email.html.heex

24 lines
658 B
Plaintext
Raw Normal View History

2022-02-25 21:35:12 -05:00
<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>
2022-05-05 21:47:22 -04:00
<br />
2022-02-25 21:35:12 -05:00
<span style="margin-bottom: 1em; font-size: 1.25em;">
2022-11-27 21:23:27 -05:00
<%= dgettext("emails", "Welcome to memEx") %>
2022-02-25 21:35:12 -05:00
</span>
2022-05-05 21:47:22 -04:00
<br />
2022-02-25 21:35:12 -05:00
<%= dgettext("emails", "You can confirm your account by visiting the URL below:") %>
2022-05-05 21:47:22 -04:00
<br />
2022-02-25 21:35:12 -05:00
2022-05-05 21:47:22 -04:00
<a style="margin: 1em; color: rgb(31, 31, 31);" href={@url}><%= @url %></a>
2022-02-25 21:35:12 -05:00
2022-05-05 21:47:22 -04:00
<br />
2022-02-25 21:35:12 -05:00
2022-11-27 21:23:27 -05:00
<%= dgettext("emails", "If you didn't create an account at memEx, please ignore this.") %>
2022-02-25 21:35:12 -05:00
</div>