From fec3b2431730c131a206a170a99a7610cdbacc6b Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 2 Feb 2016 16:45:27 +0100 Subject: [PATCH] Link status entries to the patch in the individual commitfest As requested by Jim Nasby and Alvaro Herrera --- 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 6768dd0..8bace18 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