Files
gancio/app/emails/recover/html.pug

3 lines
102 B
Plaintext
Raw Normal View History

p= t('recover_email')
<a href="#{config.baseurl}/recover/#{user.recover_code}">#{t('press here')}</a>