2022-02-17 22:47:54 -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-02-08 19:59:23 -05:00
|
|
|
|
2022-02-17 22:47:54 -05:00
|
|
|
<br/>
|
2022-02-08 19:59:23 -05:00
|
|
|
|
2022-02-17 22:47:54 -05:00
|
|
|
<%= dgettext("emails", "You can change your email by visiting the URL below:") %>
|
2022-02-08 19:59:23 -05:00
|
|
|
|
2022-02-17 22:47:54 -05:00
|
|
|
<br/>
|
2022-02-08 19:59:23 -05:00
|
|
|
|
2022-02-18 18:05:20 -05:00
|
|
|
<a style="margin: 1em; color: rgb(31, 31, 31);" href="<%= @url %>"><%= @url %></a>
|
2022-02-17 22:47:54 -05:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<%= dgettext("emails",
|
|
|
|
"If you didn't request this change from %{name}, please ignore this.",
|
|
|
|
name: "Cannery") %>
|
|
|
|
</div>
|