about summary refs log tree commit diff stats
path: root/app/views/devise/mailer/email_changed.html.erb
blob: 32f4ba8038d81c16f86eab2262a761f56ef656c9 (plain) (blame)
1
2
3
4
5
6
7
<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 %>