]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/index.blade.php
Applied required changes in BookStack.
[bookstack] / resources / views / books / index.blade.php
index 693c909aae5634fa61324e624ece4ec4143f3148..de13ab5cde63b2cfa92079ff6a13284b9b00ebfa 100644 (file)
@@ -24,7 +24,7 @@
                 <h1>{{ trans('entities.books') }}</h1>
                 {!! $books->render() !!}
                 @if(count($books) > 0)
-                    @if($display=='grid')
+                    @if($books_display=='grid')
                         @foreach($books as $book)
                             @include('books/grid-item', ['book' => $book])
                         @endforeach