changeset 6831:54ce462a0824

changelog: move the tooltip from the user name to the whole column This way, when hovering over the gravatar, the tooltip will be shown as well.
author domruf <dominikruf@gmail.com>
date Mon, 03 Jul 2017 20:18:57 +0200
parents 387b8d551003
children 689c346e39be
files kallithea/templates/changelog/changelog.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/changelog/changelog.html	Sun Jul 02 21:14:37 2017 +0200
+++ b/kallithea/templates/changelog/changelog.html	Mon Jul 03 20:18:57 2017 +0200
@@ -94,9 +94,9 @@
                             %endif
                           %endif
                         </td>
-                        <td class="author">
+                        <td class="author" data-toggle="tooltip" title="${cs.author}">
                             ${h.gravatar(h.email_or_none(cs.author), size=16)}
-                            <span data-toggle="tooltip" title="${cs.author}" class="user">${h.person(cs.author)}</span>
+                            <span class="user">${h.person(cs.author)}</span>
                         </td>
                         <td class="hash">
                             ${h.link_to(h.show_id(cs),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id), class_='changeset_hash')}