Add devise view files for email messages

This commit is contained in:
Michael Ball 2021-04-15 20:11:56 -07:00
parent 9f83965c18
commit c1ebe95565
5 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,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 %>