Admin: migration / completed.blade.php
This commit is contained in:
parent
0e3a87a762
commit
ba6af55be6
1 changed files with 9 additions and 10 deletions
|
|
@ -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…
Add table
Reference in a new issue