01421999ae
* Make text e-mails consistent with HTML ones in UserMailer * Fix UserMailer specs
9 lines
260 B
Text
9 lines
260 B
Text
<%= 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' %>
|