X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8367a94e90e5e1bf7d06defe30d570ade2f00599..refs/pull/5725/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..197de011d 100644 --- a/resources/views/books/index.blade.php +++ b/resources/views/books/index.blade.php @@ -17,16 +17,16 @@ @if(count($popular) > 0) @include('entities.list', ['entities' => $popular, 'style' => 'compact']) @else -
{{ trans('entities.books_popular_empty') }}
+

{{ trans('entities.books_popular_empty') }}

@endif
{{ trans('entities.books_new') }}
- @if(count($popular) > 0) + @if(count($new) > 0) @include('entities.list', ['entities' => $new, 'style' => 'compact']) @else -
{{ trans('entities.books_new_empty') }}
+

{{ trans('entities.books_new_empty') }}

@endif
@stop @@ -36,7 +36,7 @@
{{ trans('common.actions') }}
-@stop \ No newline at end of file +@stop