summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2016-02-02 15:45:27 +0000
committerMagnus Hagander2016-02-02 15:45:27 +0000
commitfec3b2431730c131a206a170a99a7610cdbacc6b (patch)
tree39d1554286cc366310aebbea1ec1ff53ea94f8d4
parent9577468e65d3eb6b621366a75c6657b684b004e9 (diff)
Link status entries to the patch in the individual commitfest
As requested by Jim Nasby and Alvaro Herrera
-rw-r--r--pgcommitfest/commitfest/templates/patch.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<tr>
<th>Status</th>
<td>{%for c in patch_commitfests %}
- <div style="margin-bottom: 3px;">{{c.commitfest}}: <span class="label label-{{c.status|patchstatuslabel}}">{{c.statusstring}}</span></div>
+ <div style="margin-bottom: 3px;"><a href="/{{c.commitfest.id}}/{{patch.id}}/">{{c.commitfest}}</a>: <span class="label label-{{c.status|patchstatuslabel}}">{{c.statusstring}}</span></div>
{%endfor%}
</td>
</tr>