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
7
app/views/user_mailer/password_change.text.erb
Normal file
7
app/views/user_mailer/password_change.text.erb
Normal file
|
@ -0,0 +1,7 @@
|
|||
<%= t 'devise.mailer.password_change.title' %>
|
||||
|
||||
===
|
||||
|
||||
<%= t 'devise.mailer.password_change.explanation' %>
|
||||
|
||||
<%= t 'devise.mailer.password_change.extra' %>
|
Loading…
Add table
Add a link
Reference in a new issue