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')}