wedding-planner/app/views/users/mailer/email_changed.html.erb
Manuel Bustillo 744b13ecb8
Some checks failed
Run unit tests / check-licenses (pull_request) Successful in 55s
Run unit tests / rubocop (pull_request) Successful in 1m1s
Run unit tests / copyright_notice (pull_request) Failing after 1m27s
Run unit tests / unit_tests (pull_request) Successful in 3m28s
Run unit tests / build-static-assets (pull_request) Has been skipped
Remove incorrect copyright notice
2025-01-25 10:11:03 +01:00

8 lines
320 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 %>