mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Admin: migration / completed.blade.php
This commit is contained in:
parent
0e3a87a762
commit
ba6af55be6
@ -1,13 +1,12 @@
|
|||||||
@component('email.template.master', ['design' => 'light', 'settings' => $settings])
|
@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">
|
||||||
|
<h1>{{ ctrans('texts.migration_completed')}}</h1>
|
||||||
|
<p>{{ ctrans('texts.migration_completed_description')}}</p>
|
||||||
|
|
||||||
@slot('header')
|
<a href="{{ url('/') }}" target="_blank" class="button">
|
||||||
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
|
{{ ctrans('texts.account_login')}}
|
||||||
@endslot
|
</a>
|
||||||
|
|
||||||
<h1>{{ ctrans('texts.migration_completed')}}</h1>
|
<p>{{ ctrans('texts.email_signature')}}<br/> {{ ctrans('texts.email_from') }}</p>
|
||||||
<p>{{ ctrans('texts.migration_completed_description')}}</p>
|
</div>
|
||||||
|
|
||||||
<a href="{{ url('/') }}" target="_blank" class="button">{{ ctrans('texts.account_login')}}</a>
|
|
||||||
|
|
||||||
<p>{{ ctrans('texts.email_signature')}}<br/> {{ ctrans('texts.email_from') }}</p>
|
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user