mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 02:36:54 +00:00 
			
		
		
		
	Finalize project reorganization
This commit is contained in:
		
							
								
								
									
										6
									
								
								views/layout/basecomponent.blade.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								views/layout/basecomponent.blade.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| @section('componentContent') | ||||
| @show | ||||
|  | ||||
| @push('componentScripts') | ||||
| 	<script src="/viewjs/components/@yield('componentJsName').js"></script> | ||||
| @endpush | ||||
| @@ -27,6 +27,7 @@ | ||||
|  | ||||
| 	<script src="/bower_components/jquery/dist/jquery.min.js?v={{ $version }}"></script> | ||||
| 	<script src="/js/grocy.js?v={{ $version }}"></script> | ||||
| 	<script src="/js/extensions.js?v={{ $version }}"></script> | ||||
| 	<script>Grocy.ActiveNav = '@yield('activeNav', '')';</script> | ||||
| </head> | ||||
|  | ||||
| @@ -228,6 +229,7 @@ | ||||
| 	<script src="/bower_components/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js?v={{ $version }}"></script> | ||||
|  | ||||
| 	<script src="/viewjs/@yield('viewJsName').js"></script> | ||||
| 	@stack('componentScripts') | ||||
|  | ||||
| 	@if(file_exists(__DIR__ . '/../../data/add_before_end_body.html')) | ||||
| 		@php include __DIR__ . '/../../data/add_before_end_body.html' @endphp | ||||
|   | ||||
		Reference in New Issue
	
	Block a user