# HG changeset patch # User domruf # Date 2017-07-03 21:32:56 # Node ID 2cc8d07931e2fec551522c90891c04f1f6cced93 # Parent 6005a4cb5a64f26e453b7fe9fab5273b94a15bb8 changelog: change comments tooltip from 'Changeset has comments' to 'X comments' 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 @@ -112,7 +112,7 @@ ${self.repo_context_bar('changelog', c.f
${h.urlify_text(cs.message, c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
%if c.comments.get(cs.raw_id): - + ${len(c.comments[cs.raw_id])}