X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ec4cbbd0041122f30d13afc016f8a5fac72e0754..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 447d6fd44..0b407a860 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 @@ -35,9 +35,9 @@