changeset 5503:0fa831892e32 stable

changelog: add date tooltip to changelog, just as it is on the short changelog on the summary page
author Mads Kiilerich <madski@unity3d.com>
date Wed, 16 Sep 2015 02:54:32 +0200
parents ae9ab4c92d46
children 9416093966a0
files kallithea/templates/changelog/changelog.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/changelog/changelog.html	Wed Sep 16 02:53:28 2015 +0200
+++ b/kallithea/templates/changelog/changelog.html	Wed Sep 16 02:54:32 2015 +0200
@@ -110,7 +110,7 @@
                             </a>
                         </td>
                         <td class="date">
-                            <div class="date">${h.age(cs.date,True)}</div>
+                            <div class="date tooltip" title="${h.fmt_date(cs.date)}">${h.age(cs.date,True)}</div>
                         </td>
                         <td class="expand_commit" commit_id="${cs.raw_id}" title="${_('Expand commit message')}">
                             <i class="icon-align-left" style="color:#999"></i>