# HG changeset patch # User domruf # Date 1499105937 -7200 # Node ID 54ce462a08244993d0a9b204470b2330b054fc4a # Parent 387b8d5510033aa7445e77d0a37bef972413ee8c 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. diff -r 387b8d551003 -r 54ce462a0824 kallithea/templates/changelog/changelog.html --- 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 - + ${h.gravatar(h.email_or_none(cs.author), size=16)} - ${h.person(cs.author)} + ${h.person(cs.author)} ${h.link_to(h.show_id(cs),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id), class_='changeset_hash')}