mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Admin: migration / failed.blade.php
This commit is contained in:
parent
690acec7f8
commit
456222eda8
@ -1,8 +1,5 @@
|
|||||||
@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])
|
||||||
@slot('header')
|
<div class="center">
|
||||||
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
|
|
||||||
@endslot
|
|
||||||
|
|
||||||
<h1>Whoops, migration failed for {{ $company->present()->name() }}.</h1>
|
<h1>Whoops, migration failed for {{ $company->present()->name() }}.</h1>
|
||||||
<p>Looks like your migration failed. Here's the error message:</p>
|
<p>Looks like your migration failed. Here's the error message:</p>
|
||||||
|
|
||||||
@ -15,4 +12,5 @@
|
|||||||
{!! $content !!}
|
{!! $content !!}
|
||||||
@endif
|
@endif
|
||||||
</pre>
|
</pre>
|
||||||
|
</div>
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user