snipe 2016-05-12 12:06:22 -07:00
parent 062cbeb18f
commit a96947efa9

View file

@ -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 () {