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
|
2024-03-26 17:23:42 +01:00
|
|
|
A request to change your password on #{Current.application_name} for the account #{@resource.email} was successfully processed.
|
2021-08-26 09:50:28 +02:00
|
|
|
|
|
|
|
= render partial: "layouts/mailers/signature"
|