# HG changeset patch # User Mads Kiilerich # Date 1371032457 -7200 # Node ID 458fd829aa200b8db5a2ce2a02374ca5fc685596 # Parent 9314f2645161d10458bf409ce39669713abebcf9 pull requests: add a 'Changeset status' comment on changeset status diff -r 9314f2645161 -r 458fd829aa20 rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html Thu Jun 27 23:28:56 2013 +0200 +++ b/rhodecode/templates/changelog/changelog.html Wed Jun 12 12:20:57 2013 +0200 @@ -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 -r 9314f2645161 -r 458fd829aa20 rhodecode/templates/changelog/changelog_summary_data.html --- a/rhodecode/templates/changelog/changelog_summary_data.html Thu Jun 27 23:28:56 2013 +0200 +++ b/rhodecode/templates/changelog/changelog_summary_data.html Wed Jun 12 12:20:57 2013 +0200 @@ -25,7 +25,7 @@ %if c.statuses.get(cs.raw_id):
%if c.statuses.get(cs.raw_id)[2]: - + %else: diff -r 9314f2645161 -r 458fd829aa20 rhodecode/templates/compare/compare_cs.html --- a/rhodecode/templates/compare/compare_cs.html Thu Jun 27 23:28:56 2013 +0200 +++ b/rhodecode/templates/compare/compare_cs.html Wed Jun 12 12:20:57 2013 +0200 @@ -8,7 +8,7 @@ %if cs.raw_id in c.statuses: -
+
%endif ${cs.date}