1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 01:41:34 +02:00
invoiceninja/resources/views/email/auth/password-reset.blade.php

10 lines
303 B
PHP
Raw Normal View History

2021-06-07 18:05:59 +02:00
@component('email.template.admin-light', ['logo' => $logo, 'settings' => $settings])
<div class="center">
<p>{{ ctrans('texts.reset_password') }}</p>
<a href="{{ $link }}" target="_blank" class="button">
{{ ctrans('texts.reset') }}
</a>
</div>
2020-10-27 16:04:28 +01:00
@endcomponent