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