Why not also display the times on when these media were created

This commit is contained in:
Christopher Allan Webber 2013-04-13 11:58:50 -05:00
parent eac52ac1ce
commit 05ad187b86

View File

@ -144,7 +144,7 @@
</div>
<div class="media_sidebar">
<h3>Added</h3>
<p><span title="{{ media.created.strftime("%Y-%m-%d") }}">
<p><span title="{{ media.created.strftime("%I:%M%p %Y-%m-%d") }}">
{%- trans formatted_time=timesince(media.created) -%}
{{ formatted_time }} ago
{%- endtrans -%}