mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Updated asset urls
This commit is contained in:
parent
240a07b108
commit
1c056d1a59
|
@ -8,9 +8,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Snipe-IT</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}">
|
||||
<!-- Font Awesome -->
|
||||
|
||||
<!-- Select2 -->
|
||||
<link rel="stylesheet" href="{{ asset('js/plugins/select2/select2.min.css') }}">
|
||||
|
|
|
@ -7,15 +7,7 @@
|
|||
@show
|
||||
</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}">
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="{{ asset('css/font-awesome.min.css') }}">
|
||||
<!-- Theme style -->
|
||||
<link rel="stylesheet" href="{{ asset('css/AdminLTE.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('css/skins/skin-blue.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('js/plugins/select2/select2.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ mix('assets/css/app.css') }}">
|
||||
<link rel="stylesheet" href="{{ mix('css/dist/all.css') }}">
|
||||
|
||||
|
||||
|
||||
|
@ -126,7 +118,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="{{ asset(mix('assets/js/all.js')) }}"></script>
|
||||
<script src="{{ asset(mix('js/dist/all.js')) }}"></script>
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
|
|
Loading…
Reference in a new issue