5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-01 22:46:59 +00:00
panel/app/views/devise/mailer/unlock_instructions.text.haml
2020-01-27 13:07:08 -03:00

7 lines
133 B
Text

= t('.greeting', recipient: @resource.email)
\
= t('.message')
\
= t('.instruction')
\
= unlock_url(@resource, unlock_token: @token)