X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b8e2d75014c89c9e345c3f940ec8743bd158df67..refs/pull/3570/head:/resources/views/books/index.blade.php
diff --git a/resources/views/books/index.blade.php b/resources/views/books/index.blade.php
index 81fb66cfc..6573bbe6a 100644
--- a/resources/views/books/index.blade.php
+++ b/resources/views/books/index.blade.php
@@ -1,21 +1,21 @@
-@extends('tri-layout')
+@extends('layouts.tri')
@section('body')
- @include('books.list', ['books' => $books, 'view' => $view])
+ @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
{{ trans('entities.books_popular') }}
@if(count($popular) > 0)
- @include('partials.entity-list', ['entities' => $popular, 'style' => 'compact'])
+ @include('entities.list', ['entities' => $popular, 'style' => 'compact'])
@else
{{ trans('entities.books_popular_empty') }}
@endif
@@ -24,7 +24,7 @@
{{ trans('entities.books_new') }}
@if(count($popular) > 0)
- @include('partials.entity-list', ['entities' => $new, 'style' => 'compact'])
+ @include('entities.list', ['entities' => $new, 'style' => 'compact'])
@else
{{ trans('entities.books_new_empty') }}
@endif
@@ -43,7 +43,12 @@
@endif
- @include('partials.view-toggle', ['view' => $view, 'type' => 'books'])
+ @include('entities.view-toggle', ['view' => $view, 'type' => 'books'])
+
+
+ @icon('tag')
+ {{ trans('entities.tags_view_tags') }}
+