mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Admin: auth / password-reset.blade.php
This commit is contained in:
parent
22f2b2c095
commit
f870cc71ed
@ -1,14 +1,9 @@
|
|||||||
@component('email.template.master', ['design' => 'light', 'whitelabel' => false, 'company' => $company])
|
@component('email.template.admin-light', ['logo' => $logo, 'settings' => $settings])
|
||||||
|
<div class="center">
|
||||||
|
<p>{{ ctrans('texts.reset_password') }}</p>
|
||||||
|
|
||||||
@slot('header')
|
<a href="{{ $link }}" target="_blank" class="button">
|
||||||
@include('email.components.header', ['logo' => $logo])
|
{{ ctrans('texts.reset') }}
|
||||||
@endslot
|
</a>
|
||||||
|
</div>
|
||||||
<p>{{ ctrans('texts.reset_password') }}</p>
|
|
||||||
|
|
||||||
<a href="{{ $link }}" target="_blank" class="button">
|
|
||||||
{{ ctrans('texts.reset') }}
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="{{ $link }}">{{ $link }}</a>
|
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user