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.html.haml

6 lines
236 B
Text
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, change_locale_to: @resource.lang)
2019-07-03 19:57:16 +00:00
%p= t('.instruction_2')
%p= t('.instruction_3')