#90: Date created is now displayed on the individual photo page

This commit is contained in:
Andy Heathershaw 2018-08-06 17:02:51 +01:00
parent 1553bd8620
commit 372cc0839f
1 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,11 @@
</tr>
@endif
<tr>
<td class="metadata_name">@lang('gallery.date_uploaded')</td>
<td class="metadata_value">{{ date(UserConfig::get('date_format'), strtotime($photo->created_at)) }}</td>
</tr>
@if (!empty($photo->camera_make))
<tr>
<td class="metadata_name">@lang('gallery.camera_make')</td>