# HG changeset patch # User Thomas De Schampheleire # Date 2015-04-22 22:10:11 # Node ID 6c631f531a060d9c3c3d4faab09b402c720f1efa # Parent 3105842da68f0eb22a74b045dca4103ff1cb8e30 changelog_summary: show changeset status label rather than raw status Instead of showing the changeset status as e.g. under_review, use 'Under Review', like all other similar code. diff --git a/kallithea/templates/changelog/changelog_summary_data.html b/kallithea/templates/changelog/changelog_summary_data.html --- a/kallithea/templates/changelog/changelog_summary_data.html +++ b/kallithea/templates/changelog/changelog_summary_data.html @@ -17,7 +17,7 @@ %if c.statuses.get(cs.raw_id):
%if c.statuses.get(cs.raw_id)[2]: - + %else: