changeset 7089:04a41e0361d6

comments: add date/time tooltip for age text
author domruf <dominikruf@gmail.com>
date Fri, 21 Oct 2016 19:22:35 +0200
parents b83adf1509d6
children f0c4fcdd1035
files kallithea/templates/changeset/changeset_file_comment.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/changeset/changeset_file_comment.html	Wed Oct 19 23:46:06 2016 +0200
+++ b/kallithea/templates/changeset/changeset_file_comment.html	Fri Oct 21 19:22:35 2016 +0200
@@ -13,7 +13,7 @@
               ${co.author.full_name_and_username}
           </span>
 
-          <span>
+          <span data-toggle="tooltip" title="${h.fmt_date(co.modified_at)}">
               ${h.age(co.modified_at)}
               %if co.pull_request:
                 ${_('on pull request')}