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

10 lines
297 B
PHP
Raw Normal View History

2021-06-12 23:09:12 +02:00
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
2021-06-07 18:05:59 +02:00
<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