1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 10:21:35 +02:00
invoiceninja/app/views/emails/passwordreset_html.blade.php

9 lines
363 B
PHP
Raw Normal View History

2014-04-02 14:28:23 +02:00
{{ trans('texts.email_salutation', ['name' => $user->username]) }} <p/>
2014-02-19 14:28:29 +01:00
2014-04-02 14:28:23 +02:00
{{ trans('texts.reset_password') }} <br/>
{{{ (Confide::checkAction('UserController@reset_password', array($token))) ? : URL::to('user/reset/'.$token) }}}<p/>
2014-02-19 14:28:29 +01:00
2014-04-02 14:28:23 +02:00
{{ trans('texts.email_signature') }} <br/>
{{ trans('texts.email_from') }} <p/>
2014-02-19 14:28:29 +01:00
2014-04-02 14:28:23 +02:00
{{ trans('texts.reset_password_footer') }} <p/>