[damned-lies] Refs #120 - Display action time in relative time syntax



commit 92112c424019da3021b42bccdef724c7027d2e22
Author: Claude Paroz <claude 2xlibre net>
Date:   Sat Mar 2 15:06:25 2019 +0100

    Refs #120 - Display action time in relative time syntax

 templates/vertimus/vertimus_detail.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index c19169f4..ae3d3f80 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -211,7 +211,7 @@ $(document).ready(function() {
                        {{ action.created|date:_("Y-m-d g:i a O") }}
                </div>
         <strong>{{ action.description }}</strong>
-        <span class="hidden-xs">, {{ action.created|date:_("Y-m-d g:i a O") }}</span>
+        <span class="hidden-xs" title="{{ action.created|date:_('Y-m-d g:i a O') }}">, {{ 
action.created|naturaltime }}</span>
       <div class="clear"></div>
     </div>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]