mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
* Bump ruby to 2.7.8 * Bump listen to 3.5.1 (remove dependency on ruby_dep) * Bump ruby to 3.0.6 * Fix I18n.translate arguments: from hash to keyword arguments
8 lines
302 B
Plaintext
8 lines
302 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 %>
|