mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix cloning template
This commit is contained in:
parent
c8d44ba1b2
commit
723266762e
@ -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…
x
Reference in New Issue
Block a user