5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 15:35:44 +00:00
panel/app/views/devise/mailer/reset_password_instructions.html.haml

6 lines
202 B
Plaintext
Raw Permalink Normal View History

2019-07-03 19:57:16 +00:00
%p= t('.greeting', recipient: @resource.email)
%p= t('.instruction')
%p= link_to t('.action'), edit_password_url(@resource, reset_password_token: @token)
%p= t('.instruction_2')
%p= t('.instruction_3')