From 372cc0839fbfc86686ca77ea757d8b663cf36c6a Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Mon, 6 Aug 2018 17:02:51 +0100 Subject: [PATCH] #90: Date created is now displayed on the individual photo page --- resources/views/themes/base/gallery/photo.blade.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/views/themes/base/gallery/photo.blade.php b/resources/views/themes/base/gallery/photo.blade.php index 2cc23eb..e380356 100644 --- a/resources/views/themes/base/gallery/photo.blade.php +++ b/resources/views/themes/base/gallery/photo.blade.php @@ -81,6 +81,11 @@ @endif + + @lang('gallery.date_uploaded') + {{ date(UserConfig::get('date_format'), strtotime($photo->created_at)) }} + + @if (!empty($photo->camera_make)) @lang('gallery.camera_make')