1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Added pagination to books page

This commit is contained in:
Dan Brown
2015-11-09 19:46:04 +00:00
parent ab6f6a5522
commit e5b9be2e76
4 changed files with 55 additions and 6 deletions

View File

@@ -27,6 +27,7 @@
@include('books/list-item', ['book' => $book])
<hr>
@endforeach
{!! $books->render() !!}
@else
<p class="text-muted">No books have been created.</p>
<a href="/books/create" class="text-pos"><i class="zmdi zmdi-edit"></i>Create one now</a>