X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8df9dab80aa75dcc9991fb2f0c525782f3daef26..refs/pull/2511/head:/resources/views/books/index.blade.php diff --git a/resources/views/books/index.blade.php b/resources/views/books/index.blade.php index 84150203f..81fb66cfc 100644 --- a/resources/views/books/index.blade.php +++ b/resources/views/books/index.blade.php @@ -1,47 +1,50 @@ -@extends('sidebar-layout') +@extends('tri-layout') -@section('toolbar') -
-
- @include('books/view-toggle', ['booksViewType' => $booksViewType]) -
-
-
-
- @if($currentUser->can('book-create-all')) - @icon('add'){{ trans('entities.books_create') }} - @endif -
-
+@section('body') + @include('books.list', ['books' => $books, 'view' => $view]) @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('partials.entity-list', ['entities' => $recents, 'style' => 'compact'])
@endif -