#90: Date created is now displayed on the individual photo page
This commit is contained in:
parent
1553bd8620
commit
372cc0839f
@ -81,6 +81,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
@endif
|
@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))
|
@if (!empty($photo->camera_make))
|
||||||
<tr>
|
<tr>
|
||||||
<td class="metadata_name">@lang('gallery.camera_make')</td>
|
<td class="metadata_name">@lang('gallery.camera_make')</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user