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

5 lines
157 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)