# HG changeset patch # User domruf # Date 2017-07-03 20:18:57 # 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 --git a/kallithea/templates/changelog/changelog.html b/kallithea/templates/changelog/changelog.html --- a/kallithea/templates/changelog/changelog.html +++ b/kallithea/templates/changelog/changelog.html @@ -94,9 +94,9 @@ ${self.repo_context_bar('changelog', c.f %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')}