mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 23:14:33 -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')
|
||||
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
|
||||
@endslot
|
||||
<a href="{{ url('/') }}" target="_blank" class="button">
|
||||
{{ ctrans('texts.account_login')}}
|
||||
</a>
|
||||
|
||||
<h1>{{ ctrans('texts.migration_completed')}}</h1>
|
||||
<p>{{ ctrans('texts.migration_completed_description')}}</p>
|
||||
|
||||
<a href="{{ url('/') }}" target="_blank" class="button">{{ ctrans('texts.account_login')}}</a>
|
||||
|
||||
<p>{{ ctrans('texts.email_signature')}}<br/> {{ ctrans('texts.email_from') }}</p>
|
||||
<p>{{ ctrans('texts.email_signature')}}<br/> {{ ctrans('texts.email_from') }}</p>
|
||||
</div>
|
||||
@endcomponent
|
||||
|
Loading…
x
Reference in New Issue
Block a user