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
|
@ -0,0 +1,9 @@
|
|||
<%= t 'devise.mailer.reset_password_instructions.title' %>
|
||||
|
||||
===
|
||||
|
||||
<%= t 'devise.mailer.reset_password_instructions.explanation' %>
|
||||
|
||||
=> <%= edit_password_url(@resource, reset_password_token: @token) %>
|
||||
|
||||
<%= t 'devise.mailer.reset_password_instructions.extra' %>
|
Loading…
Add table
Add a link
Reference in a new issue