X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8254c3be8d416fce276585f81baf45f5bc755347..refs/pull/5313/head:/resources/views/books/index.blade.php diff --git a/resources/views/books/index.blade.php b/resources/views/books/index.blade.php index d3e0d1297..0b407a860 100644 --- a/resources/views/books/index.blade.php +++ b/resources/views/books/index.blade.php @@ -1,47 +1,55 @@ -@extends('sidebar-layout') +@extends('layouts.tri') -@section('toolbar') -
-
- @include('partials/book-view-toggle', ['booksViewType' => $booksViewType]) -
-
-
-
- @if($currentUser->can('book-create-all')) - @icon('add'){{ trans('entities.books_create') }} - @endif -
-
+@section('body') + @include('books.parts.list', ['books' => $books, 'view' => $view, 'listOptions' => $listOptions]) @stop -@section('sidebar') +@section('left') @if($recents) -
-

@icon('view') {{ trans('entities.recently_viewed') }}

- @include('partials/entity-list', ['entities' => $recents, 'style' => 'compact']) +
+
{{ trans('entities.recently_viewed') }}
+ @include('entities.list', ['entities' => $recents, 'style' => 'compact'])
@endif -