# HG changeset patch # User domruf # Date 2017-07-02 20:28:09 # Node ID 6005a4cb5a64f26e453b7fe9fab5273b94a15bb8 # Parent 1d4e8229fac6d5c644ac915cfdc3fd666403e2c3 changelog: reduce the amount of html elements 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,14 +112,10 @@ ${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])} + + %endif %if cs.bumped: