X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/053cbbd5b6cd98788ae4f0c56fc220ae6b020736..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 56b76f96f..85663b413 100644 --- a/resources/views/shelves/index.blade.php +++ b/resources/views/shelves/index.blade.php @@ -1,21 +1,27 @@ -@extends('tri-layout') +@extends('layouts.tri') @section('body') - @include('shelves.list', ['shelves' => $shelves, 'view' => $view]) + @include('shelves.parts.list', ['shelves' => $shelves, 'view' => $view, 'listOptions' => $listOptions]) @stop @section('right')
{{ trans('entities.shelves_popular_empty') }}
@endif{{ trans('entities.shelves_new_empty') }}
@endif