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:
parent
81e0ff12b3
commit
8e5941cdbb
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user