diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -64,8 +64,14 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
- ${len(cs.affected_files)} -
+
${len(cs.affected_files)}
+
+ %if len(c.comments.get(cs.raw_id,[])) > 0: +
${len(c.comments.get(cs.raw_id,[]))}
+ + %endif +
+
%if cs.parents: %for p_cs in reversed(cs.parents):
${_('Parent')}