Link status entries to the patch in the individual commitfest
authorMagnus Hagander <magnus@hagander.net>
Tue, 2 Feb 2016 15:45:27 +0000 (16:45 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 2 Feb 2016 15:45:27 +0000 (16:45 +0100)
As requested by Jim Nasby and Alvaro Herrera

pgcommitfest/commitfest/templates/patch.html

index 6768dd05da8b87dafd149d569d10f807f614c0d0..8bace189de3722e1aae526c6623730d9c4fe379e 100644 (file)
@@ -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>