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;">
|
2023-02-25 15:47:37 -05:00
|
|
|
<%= dgettext("emails", "Welcome to Cannery") %>
|
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
|
|
|
|
2023-02-25 15:47:37 -05:00
|
|
|
<%= dgettext("emails", "If you didn't create an account at Cannery, please ignore this.") %>
|
2022-02-25 21:35:12 -05:00
|
|
|
</div>
|