2021-08-26 09:50:28 +02:00
|
|
|
- content_for(:title, 'New password')
|
|
|
|
|
2021-08-26 12:40:20 +02:00
|
|
|
%p= t(:greeting, scope: [:layouts, :signature])
|
2021-08-26 09:50:28 +02:00
|
|
|
|
|
|
|
%p
|
|
|
|
A request to change your password on #{APPLICATION_NAME} for the account #{@resource.email} was successfully processed.
|
|
|
|
|
|
|
|
= render partial: "layouts/mailers/signature"
|