- search paginate
- typescript - tsconfig.json and typings.d.ts
This commit is contained in:
parent
78a88081c2
commit
b7abdd83e2
31 changed files with 710 additions and 139 deletions
|
@ -109,7 +109,7 @@
|
|||
<!-- Help -->
|
||||
<section data-sr id="help" class="help u-full-width featured-bg-image">
|
||||
<h4 class="centered">
|
||||
<button class="button inverted">We're here to help!</button>
|
||||
<a class="button inverted" href="{{ URL::route('frontend.home.help') }}">We're here to help!</a>
|
||||
</h4>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -161,5 +161,6 @@
|
|||
@endsection
|
||||
|
||||
@section('after-scripts')
|
||||
{{-- <script type="text/javascript" src="{{ asset('js/search/main.js') }}"></script> --}}
|
||||
<script type="text/javascript" src="{{ asset('js/search/main.js') }}"></script>
|
||||
@stop
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue