]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/parts/list.blade.php
Redesigned users list to be responsive and aligned
[bookstack] / resources / views / books / parts / list.blade.php
index 30b0766135ccff81c87fb2d3fa7c1a5ba9d2de4a..79d0554c5f77c620fd974dddb23efe2fbeba6321 100644 (file)
@@ -3,7 +3,7 @@
         <h1 class="list-heading">{{ trans('entities.books') }}</h1>
         <div class="text-m-right my-m">
 
-            @include('entities.sort', ['options' => [
+            @include('common.sort', ['options' => [
                 'name' => trans('common.sort_name'),
                 'created_at' => trans('common.sort_created_at'),
                 'updated_at' => trans('common.sort_updated_at'),
                 @endforeach
             </div>
         @else
-             <div class="grid third">
+            <div class="grid third">
                 @foreach($books as $key => $book)
                     @include('entities.grid-item', ['entity' => $book])
                 @endforeach
-             </div>
+            </div>
         @endif
         <div>
             {!! $books->render() !!}