mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
8 lines
314 B
Plaintext
8 lines
314 B
Plaintext
<p><%= t('mailers.devise.opening_greeting', { email: @email }) %></p>
|
|
|
|
<% if @resource.try(:unconfirmed_email?) %>
|
|
<p><%= t('mailers.devise.email_changed.body', { email: @resource.unconfirmed_email }) %></p>
|
|
<% else %>
|
|
<p><%= t('mailers.devise.email_changed.body', { email: @resource.email }) %></p>
|
|
<% end %>
|