2021-08-26 09:50:28 +02:00
|
|
|
- content_for(:title, 'New password')
|
|
|
|
|
2021-08-26 17:50:39 +02:00
|
|
|
%p= t(:hello, scope: [:views, :shared, :greetings])
|
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"
|