More organization of web assets
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
<meta name="api-key" content="{{ Auth::check() ? Auth::user()->api_key: '' }}">
|
||||
{{-- End the required lines block --}}
|
||||
|
||||
<script src="{{ public_asset('/assets/system/js/jquery.js') }}"></script>
|
||||
<script src="{{ public_asset('/assets/global/js/jquery.js') }}"></script>
|
||||
|
||||
<link rel="icon" type="image/png" href="{{ public_asset('/assets/admin/img/favicon.png') }}">
|
||||
<link rel="shortcut icon" type="image/png" href="{{ public_asset('/assets/img/favicon.png') }}"/>
|
||||
|
||||
<link href='https://fonts.googleapis.com/css?family=Muli:400,300' rel='stylesheet' type='text/css'>
|
||||
<link href="http://fonts.googleapis.com/css?family=Roboto:400,700,300" rel="stylesheet" type="text/css">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div class="sidebar-wrapper">
|
||||
<div class="logo" style="background: #067ec1; margin: 0px; text-align: center; min-height: 74px;">
|
||||
<a href="{{ url('/dashboard') }}">
|
||||
<img src="{{ public_asset('/assets/admin/img/logo_blue_bg.svg') }}" width="110px" style="">
|
||||
<img src="{{ public_asset('/assets/img/logo_blue_bg.svg') }}" width="110px" style="">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user