X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8367a94e90e5e1bf7d06defe30d570ade2f00599..refs/pull/5405/head:/resources/views/books/index.blade.php diff --git a/resources/views/books/index.blade.php b/resources/views/books/index.blade.php index bf9795b3a..418c0fea8 100644 --- a/resources/views/books/index.blade.php +++ b/resources/views/books/index.blade.php @@ -17,7 +17,7 @@ @if(count($popular) > 0) @include('entities.list', ['entities' => $popular, 'style' => 'compact']) @else -
{{ trans('entities.books_popular_empty') }}
@endif @@ -26,7 +26,7 @@ @if(count($popular) > 0) @include('entities.list', ['entities' => $new, 'style' => 'compact']) @else -{{ trans('entities.books_new_empty') }}
@endif @stop @@ -36,7 +36,7 @@