5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-28 08:16:58 +00:00
panel/app/views/devise/mailer/unlock_instructions.text.haml

7 lines
167 B
Text

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