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 @@ -85,7 +85,13 @@ ${_('%s Changelog') % c.repo_name} - ${c
%if c.statuses.get(cs.raw_id):
${c.statuses.get(cs.raw_id)[1]}
-
+
+ %if c.statuses.get(cs.raw_id)[2]: + + %else: + + %endif +
%endif