wedding-planner/app/views/users/mailer/email_changed.html.erb
Manuel Bustillo 60cfbd1a40
All checks were successful
Run unit tests / check-licenses (pull_request) Successful in 58s
Run unit tests / rubocop (pull_request) Successful in 1m2s
Run unit tests / copyright_notice (pull_request) Successful in 1m48s
Run unit tests / unit_tests (pull_request) Successful in 4m2s
Run unit tests / build-static-assets (pull_request) Successful in 26m47s
Fix markup errors
2025-01-25 10:12:36 +01:00

8 lines
314 B
Plaintext

<p>Hello <%= @email %>!</p>
<% if @resource.try(:unconfirmed_email?) %>
<p>We're contacting you to notify you that your email is being changed to <%= @resource.unconfirmed_email %>.</p>
<% else %>
<p>We're contacting you to notify you that your email has been changed to <%= @resource.email %>.</p>
<% end %>