5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 17:15:46 +00:00
panel/app/views/devise/mailer/confirmation_instructions.text.haml

6 lines
118 B
Plaintext
Raw Normal View History

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