X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3286f29a61833327b5701b28db626d0a480b07f9..refs/pull/3555/head:/resources/views/books/index.blade.php diff --git a/resources/views/books/index.blade.php b/resources/views/books/index.blade.php index e21dfc7a8..6573bbe6a 100644 --- a/resources/views/books/index.blade.php +++ b/resources/views/books/index.blade.php @@ -1,19 +1,21 @@ -@extends('tri-layout') +@extends('layouts.tri') -@section('container-classes', 'mt-xl') +@section('body') + @include('books.parts.list', ['books' => $books, 'view' => $view]) +@stop @section('left') @if($recents)
{{ trans('entities.recently_viewed') }}
- @include('partials.entity-list', ['entities' => $recents, 'style' => 'compact']) + @include('entities.list', ['entities' => $recents, 'style' => 'compact'])
@endif