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

4 lines
142 B
Plaintext

%p= t('.greeting', recipient: @email)
%p= t('.instruction')
%p= link_to t('.action'), confirmation_url(@resource, confirmation_token: @token)