memEx/lib/memex_web/controllers/email_html/reset_password.html.heex

18 lines
536 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 reset your password by visiting the URL below:") %>
2022-05-05 21:47:22 -04:00
<br />
2022-02-25 21:35:12 -05:00
2023-04-13 23:29:29 -04:00
<a style="margin: 1em; color: rgb(161, 161, 170);" 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 request this change from memEx, please ignore this.") %>
2022-02-25 21:35:12 -05:00
</div>