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

8 lines
133 B
Plaintext
Raw Permalink Normal View History

2020-01-27 16:07:08 +00:00
= t('.greeting', recipient: @resource.email)
\
= t('.message')
\
= t('.instruction')
\
= unlock_url(@resource, unlock_token: @token)