X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/4b36df08a80f467c037de3bbdf85e13cd4cef9bc..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 f3c3ee34b..0b407a860 100644 --- a/resources/views/books/index.blade.php +++ b/resources/views/books/index.blade.php @@ -1,32 +1,32 @@ -@extends('tri-layout') +@extends('layouts.tri') @section('body') - @include('books.list', ['books' => $books, 'view' => $view]) + @include('books.parts.list', ['books' => $books, 'view' => $view, 'listOptions' => $listOptions]) @stop @section('left') @if($recents)
{{ trans('entities.books_popular_empty') }}
@endif{{ trans('entities.books_new_empty') }}
@endif