5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-28 10:16:56 +00:00
panel/app/views/devise/mailer/reset_password_instructions.text.haml

10 lines
212 B
Text
Raw Permalink Normal View History

2020-01-27 16:07:08 +00:00
= t('.greeting', recipient: @resource.email)
\
= t('.instruction')
\
= edit_password_url(@resource, reset_password_token: @token, change_locale_to: @resource.lang)
2020-01-27 16:07:08 +00:00
\
= t('.instruction_2')
\
= t('.instruction_3')