X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8367a94e90e5e1bf7d06defe30d570ade2f00599..refs/pull/5313/head:/resources/views/shelves/index.blade.php diff --git a/resources/views/shelves/index.blade.php b/resources/views/shelves/index.blade.php index eafc339ce..85663b413 100644 --- a/resources/views/shelves/index.blade.php +++ b/resources/views/shelves/index.blade.php @@ -40,7 +40,7 @@ @if(count($popular) > 0) @include('entities.list', ['entities' => $popular, 'style' => 'compact']) @else -
{{ trans('entities.shelves_popular_empty') }}
@endif @@ -49,7 +49,7 @@ @if(count($new) > 0) @include('entities.list', ['entities' => $new, 'style' => 'compact']) @else -{{ trans('entities.shelves_new_empty') }}
@endif @stop \ No newline at end of file