cannery/lib/cannery_web/templates/email/update_email.html.heex

21 lines
545 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.5em; 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
<%= dgettext("emails", "You can change your email 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-05-05 21:47:22 -04:00
<%= dgettext(
"emails",
2023-02-25 15:47:37 -05:00
"If you didn't request this change from Cannery, please ignore this."
2022-05-05 21:47:22 -04:00
) %>
2022-02-25 21:35:12 -05:00
</div>