diff --git a/resources/views/common/home-sidebar.blade.php b/resources/views/common/home-sidebar.blade.php index 5db89e870..7fe0659f0 100644 --- a/resources/views/common/home-sidebar.blade.php +++ b/resources/views/common/home-sidebar.blade.php @@ -6,16 +6,14 @@ @endif @if(count($favourites) > 0) -
-

+
+
{{ trans('entities.my_most_viewed_favourites') }} -
-
- @include('partials.entity-list', [ +

+ @include('partials.entity-list', [ 'entities' => $favourites, 'style' => 'compact', - ]) -
+ ]) @endif