5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 01:56:10 +00:00
panel/app/views/devise/mailer/unlock_instructions.html.haml

5 lines
191 B
Plaintext

%p= t('.greeting', recipient: @resource.email)
%p= t('.message')
%p= t('.instruction')
%p= link_to t('.action'), unlock_url(@resource, unlock_token: @token, change_locale_to: @resource.lang)