Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Use asset helper on last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bestmomo committed Oct 16, 2017
1 parent 9368685 commit 49b3646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/back/posts/template.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<style>
textarea { resize: vertical; }
</style>
<link href="/adminlte/plugins/colorbox/colorbox.css" rel="stylesheet">
<link href="{{ asset('adminlte/plugins/colorbox/colorbox.css') }}" rel="stylesheet">
@endsection

@section('main')
Expand Down Expand Up @@ -198,7 +198,7 @@

@section('js')

<script src="/adminlte/plugins/colorbox/jquery.colorbox-min.js"></script>
<script src="{{ asset('adminlte/plugins/colorbox/jquery.colorbox-min.js') }}"></script>
<script src="{{ asset('adminlte/plugins/voca/voca.min.js') }}"></script>
<script src="https://cdn.ckeditor.com/4.7.3/standard/ckeditor.js"></script>
<script>
Expand Down

0 comments on commit 49b3646

Please sign in to comment.