replaced section with stack for js/css

This commit is contained in:
denisdulici
2017-11-13 21:55:15 +03:00
parent 985ffe1386
commit 94ac9fb11a
48 changed files with 218 additions and 218 deletions

View File

@@ -29,9 +29,9 @@
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -60,7 +60,7 @@
var url_search = '{{ url("search/search/search") }}';
//--></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@@ -22,9 +22,9 @@
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -44,7 +44,7 @@
<script src="{{ asset('public/js/app.js') }}"></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@@ -20,9 +20,9 @@
<!-- App style -->
<link rel="stylesheet" href="{{ asset('public/css/app.css') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -42,7 +42,7 @@
<script src="{{ asset('public/js/app.js') }}"></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@@ -32,9 +32,9 @@
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -66,7 +66,7 @@
var url_search = '{{ url("search/search/search") }}';
//--></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@@ -22,9 +22,9 @@
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -44,7 +44,7 @@
<script src="{{ asset('public/js/app.js') }}"></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@@ -20,9 +20,9 @@
<!-- App style -->
<link rel="stylesheet" href="{{ asset('public/css/app.css') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -42,7 +42,7 @@
<script src="{{ asset('public/js/app.js') }}"></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@@ -30,9 +30,9 @@
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -79,7 +79,7 @@
});
</script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>