1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Fix cloning template

This commit is contained in:
Hillel Coren 2018-03-22 11:04:05 +02:00
parent 81e0ff12b3
commit 8e5941cdbb

View File

@ -469,7 +469,7 @@
</div>
@if (!isset($showBreadcrumbs) || $showBreadcrumbs)
{!! Form::breadcrumbs((isset($entity) && $entity->exists) ? $entity->present()->statusLabel : false) !!}
{!! Form::breadcrumbs((! empty($entity) && $entity->exists) ? $entity->present()->statusLabel : false) !!}
@endif
@yield('content')