5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-02 13:26:07 +00:00
panel/app/views/devise/mailer/reset_password_instructions.text.haml
2020-01-27 13:07:08 -03:00

10 lines
178 B
Plaintext

= t('.greeting', recipient: @resource.email)
\
= t('.instruction')
\
= edit_password_url(@resource, reset_password_token: @token)
\
= t('.instruction_2')
\
= t('.instruction_3')