Skip to content

Commit

Permalink
endsection in place of stop
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Jan 19, 2016
1 parent 31a9a3a commit 709b266
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/resources/views/admin/_form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script src="{{ asset('js/admin/form.js') }}"></script>
<script src="{{ asset('//maps.googleapis.com/maps/api/js?language='.config('app.locale')) }}"></script>
<script src="{{ asset('js/admin/gmaps.js') }}"></script>
@stop
@endsection

@include('core::admin._buttons-form')

Expand Down
4 changes: 2 additions & 2 deletions src/resources/views/public/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@section('js')
<script src="{{ asset('//maps.googleapis.com/maps/api/js?language='.config('app.locale')) }}"></script>
<script src="{{ asset('js/public/gmaps.js') }}"></script>
@stop
@endsection

@section('main')

Expand Down Expand Up @@ -59,4 +59,4 @@

</div>

@stop
@endsection
4 changes: 2 additions & 2 deletions src/resources/views/public/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@section('js')
<script src="{{ asset('//maps.googleapis.com/maps/api/js?language='.config('app.locale')) }}"></script>
<script src="{{ asset('js/public/gmaps.js') }}"></script>
@stop
@endsection

@section('main')

Expand Down Expand Up @@ -48,4 +48,4 @@
</div>
</div>

@stop
@endsection

0 comments on commit 709b266

Please sign in to comment.