diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bbb10046..6819aadf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file[^1]. ### Changed - behaviour for /api/v1/items/aggregations so that facet doesn't filter itself +- display published date on collection index ## [2.78.0] - 2023-07-21 ### Added diff --git a/resources/views/frontend/collection/index.blade.php b/resources/views/frontend/collection/index.blade.php index f0d82921f..a7278c928 100644 --- a/resources/views/frontend/collection/index.blade.php +++ b/resources/views/frontend/collection/index.blade.php @@ -104,7 +104,7 @@
{{-- {!! $collection->author !!}  ·  --}} - {!! $collection->created_at->format('d. m. Y') !!}  ·  + {!! $collection->published_at->format('d. m. Y') !!}  ·  {!! $collection->user->name !!}  ·  {{ $collection->items_count }} {{ trans('kolekcie.collections_artworks') }}