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