From: Magnus Hagander Date: Tue, 2 Feb 2016 15:45:27 +0000 (+0100) Subject: Link status entries to the patch in the individual commitfest X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=fec3b2431730c131a206a170a99a7610cdbacc6b;p=pgcommitfest2.git Link status entries to the patch in the individual commitfest As requested by Jim Nasby and Alvaro Herrera --- 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%}