[projects/pld-builder.new] Show real date when hovering over time.
    arekm 
    arekm at pld-linux.org
       
    Sat Dec  1 12:06:29 CET 2018
    
    
  
commit 414b12158d1573a06b0a275fb3e30a6db411dd01
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Dec 1 12:06:22 2018 +0100
    Show real date when hovering over time.
 PLD_Builder/request.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/PLD_Builder/request.py b/PLD_Builder/request.py
index fc7211d..fea5528 100644
--- a/PLD_Builder/request.py
+++ b/PLD_Builder/request.py
@@ -137,7 +137,7 @@ class Group:
         f.write(
             "<div id=\"%(no)d\" class=\"request %(flags)s\">\n"
             "<a href=\"#%(no)d\">%(no)d</a>. "
-            "<time class=\"timeago\" datetime=\"%(datetime)s\">%(time)s</time> "
+            "<time class=\"timeago\" title=\"%(datetime)s\" datetime=\"%(datetime)s\">%(time)s</time> "
             "from <b class=requester>%(requester)s</b> "
             "<small>%(id)s, prio=%(priority)d, jobs=%(max_jobs)d, %(flags)s</small>\n"
         % {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/414b12158d1573a06b0a275fb3e30a6db411dd01
    
    
More information about the pld-cvs-commit
mailing list