Make text e-mails consistent with HTML ones in UserMailer (#6291)
* Make text e-mails consistent with HTML ones in UserMailer * Fix UserMailer specs
This commit is contained in:
parent
0b888acfd4
commit
01421999ae
85 changed files with 51 additions and 657 deletions
9
app/views/user_mailer/email_changed.text.erb
Normal file
9
app/views/user_mailer/email_changed.text.erb
Normal file
|
@ -0,0 +1,9 @@
|
|||
<%= t 'devise.mailer.email_changed.title' %>
|
||||
|
||||
===
|
||||
|
||||
<%= t 'devise.mailer.email_changed.explanation' %>
|
||||
|
||||
<%= @resource.unconfirmed_email %>
|
||||
|
||||
<%= t 'devise.mailer.email_changed.extra' %>
|
Loading…
Add table
Add a link
Reference in a new issue