Files
ch420/app/views/supporters/mailer/email_changed.html.slim
T

15 lines
313 B
Plaintext
Raw Normal View History

2017-03-31 14:42:37 +02:00
p
| Hello
= @email
| !
- if @resource.try(:unconfirmed_email?)
p
| We're contacting you to notify you that your email is being changed to
= @resource.unconfirmed_email
| .
- else
p
| We're contacting you to notify you that your email has been changed to
= @resource.email
| .