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 @@ -65,7 +65,6 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
${len(cs.affected_files)}
-
${c.statuses.get(cs.raw_id)}
%if len(c.comments.get(cs.raw_id,[])) > 0:
@@ -76,6 +75,12 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
%endif
+
+ %if c.statuses.get(cs.raw_id): + +
${c.statuses.get(cs.raw_id)[1]}
+ %endif +
%if cs.parents: %for p_cs in reversed(cs.parents):