From 3abb0a298eb53d46caf4669e8fdc93f33a58e935 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sat, 3 Oct 2015 18:40:22 +0200 Subject: [PATCH] Put the correct color on labels in patch viewing Pointed out by Andres that the original patch only did the CF listing, and not the actual patch viewing. --- pgcommitfest/commitfest/templates/patch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 36ff044..6768dd0 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -27,7 +27,7 @@ Status {%for c in patch_commitfests %} -
{{c.commitfest}}: {{c.statusstring}}
+
{{c.commitfest}}: {{c.statusstring}}
{%endfor%} -- 2.39.5