mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Admin: auth / verify.blade.php
This commit is contained in:
parent
f870cc71ed
commit
105951321d
@ -1,12 +1,9 @@
|
|||||||
@component('email.template.master', ['design' => 'light', 'whitelabel' => false])
|
@component('email.template.admin-light', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings])
|
||||||
|
<div class="center">
|
||||||
@slot('header')
|
|
||||||
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
|
|
||||||
@endslot
|
|
||||||
|
|
||||||
<p>{{ ctrans('texts.confirmation_message') }}</p>
|
<p>{{ ctrans('texts.confirmation_message') }}</p>
|
||||||
|
|
||||||
<a href="{{ url("/user/confirm/{$user->confirmation_code}") }}" target="_blank" class="button">
|
<a href="{{ url("/user/confirm/{$user->confirmation_code}") }}" target="_blank" class="button">
|
||||||
{{ ctrans('texts.confirm') }}
|
{{ ctrans('texts.confirm') }}
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user