Why not also display the times on when these media were created
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 13 Apr 2013 16:58:50 +0000 (11:58 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 13 Apr 2013 16:58:50 +0000 (11:58 -0500)
mediagoblin/templates/mediagoblin/user_pages/media.html

index 11392ec138db0f62bc31cad00853ea22150015ba..88fc8f0b1736f45923f5a69ad707b8e7d5195349 100644 (file)
   </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 -%}