mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Possible fix for #2037
via https://github.com/laravel/framework/issues/8565#issuecomment-151171239
This commit is contained in:
parent
062cbeb18f
commit
a96947efa9
|
@ -30,7 +30,7 @@
|
||||||
<!-- bootstrap tables CSS -->
|
<!-- bootstrap tables CSS -->
|
||||||
<link rel="stylesheet" href="{{ asset('assets/css/bootstrap-table.css') }}">
|
<link rel="stylesheet" href="{{ asset('assets/css/bootstrap-table.css') }}">
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ elixir('assets/css/app.css') }}">
|
<link rel="stylesheet" href="{{ asset(elixir('assets/css/app.css')) }}">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@if (\App\Models\Setting::getSettings()->header_color)
|
@if (\App\Models\Setting::getSettings()->header_color)
|
||||||
|
@ -503,7 +503,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<script src="{{ elixir('assets/js/all.js') }}"></script>
|
<script src="{{ asset(elixir('assets/js/all.js')) }}"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(function () {
|
$(function () {
|
||||||
|
|
Loading…
Reference in a new issue