mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 06:24:30 -04:00
Merge pull request #5984 from turbo124/v5-develop
Migration failed messaging
This commit is contained in:
commit
9e5f61f01a
@ -7,12 +7,11 @@
|
|||||||
<p>Looks like your migration failed. Here's the error message:</p>
|
<p>Looks like your migration failed. Here's the error message:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
@if(\App\Utils\Ninja::isHosted())
|
@if(\App\Utils\Ninja::isSelfHost())
|
||||||
{!! $exception->getMessage() !!}
|
{!! $exception->getMessage() !!}
|
||||||
{!! $content !!}
|
{!! $content !!}
|
||||||
@else
|
@else
|
||||||
{!! $exception->getMessage() !!}
|
<p>Please contact us at contact@invoiceninja.com for more information on this error.</p>
|
||||||
{!! $content !!}
|
|
||||||
@endif
|
@endif
|
||||||
</pre>
|
</pre>
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user