# HG changeset patch # User Mads Kiilerich # Date 2013-06-12 10:20:57 # Node ID 458fd829aa200b8db5a2ce2a02374ca5fc685596 # Parent 9314f2645161d10458bf409ce39669713abebcf9 pull requests: add a 'Changeset status' comment on changeset status 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 @@ -75,11 +75,13 @@ %if c.statuses.get(cs.raw_id):
%if c.statuses.get(cs.raw_id)[2]: - + %else: - + + + %endif
%endif @@ -103,7 +105,7 @@
%if c.comments.get(cs.raw_id):
-
+
${len(c.comments[cs.raw_id])} diff --git a/rhodecode/templates/changelog/changelog_summary_data.html b/rhodecode/templates/changelog/changelog_summary_data.html --- a/rhodecode/templates/changelog/changelog_summary_data.html +++ b/rhodecode/templates/changelog/changelog_summary_data.html @@ -25,7 +25,7 @@ %if c.statuses.get(cs.raw_id):
%if c.statuses.get(cs.raw_id)[2]: - + %else: diff --git a/rhodecode/templates/compare/compare_cs.html b/rhodecode/templates/compare/compare_cs.html --- a/rhodecode/templates/compare/compare_cs.html +++ b/rhodecode/templates/compare/compare_cs.html @@ -8,7 +8,7 @@ %if cs.raw_id in c.statuses: -
+
%endif ${cs.date}