mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-11-06 00:50:36 +03:00
Search: Added pagination, updated other search uses
Also updated hydrator to be created via injection.
This commit is contained in:
@@ -87,11 +87,7 @@
|
||||
@include('entities.list', ['entities' => $entities, 'showPath' => true, 'showTags' => true])
|
||||
</div>
|
||||
|
||||
@if($hasNextPage)
|
||||
<div class="text-right mt-m">
|
||||
<a href="{{ $nextPageLink }}" class="button outline">{{ trans('entities.search_more') }}</a>
|
||||
</div>
|
||||
@endif
|
||||
{{ $paginator->render() }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user