X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/131fcae4c761ed2fa5ecc0e42d3e2f5c38f28dd8..refs/pull/5725/head:/resources/views/shelves/index.blade.php diff --git a/resources/views/shelves/index.blade.php b/resources/views/shelves/index.blade.php index a887a843e..85663b413 100644 --- a/resources/views/shelves/index.blade.php +++ b/resources/views/shelves/index.blade.php @@ -1,48 +1,55 @@ -@extends('sidebar-layout') +@extends('layouts.tri') -@section('toolbar') -
-
- @include('shelves/view-toggle', ['shelvesViewType' => $shelvesViewType]) -
-
-
-
- @if($currentUser->can('bookshelf-create-all')) - @icon('add'){{ trans('entities.shelves_create') }} +@section('body') + @include('shelves.parts.list', ['shelves' => $shelves, 'view' => $view, 'listOptions' => $listOptions]) +@stop + +@section('right') + +
+
{{ trans('common.actions') }}
+
+ @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 -