From 635652e212232cdb8b7d934e71cf4235304ab484 Mon Sep 17 00:00:00 2001 From: FrantisekMichalSebestyen Date: Wed, 23 Aug 2023 11:40:54 +0200 Subject: [PATCH] fix: show published date on collection index --- CHANGELOG.md | 1 + resources/views/frontend/collection/index.blade.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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') }}