mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:47:32 -05: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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user