summaryrefslogtreecommitdiff
path: root/pgcommitfest
diff options
context:
space:
mode:
authorMagnus Hagander2025-01-11 12:48:32 +0000
committerMagnus Hagander2025-01-11 12:48:32 +0000
commitf48f3cd09178c69dbafea995f0bf917c340fa5a4 (patch)
tree3a86cd5f08ee8a597b76f91dad0039ef83584833 /pgcommitfest
parenteee60a5332ac0745071086477ff4e189b080d3ab (diff)
Revert "Include patch id in commitfest page"HEADmaster
This reverts commit eee60a5332ac0745071086477ff4e189b080d3ab. Discussion: https://postgr.es/m/ff9d7921-f4e3-498a-9dba-ddd28fdb359f%40eisentraut.org
Diffstat (limited to 'pgcommitfest')
-rw-r--r--pgcommitfest/commitfest/templates/commitfest.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html
index 6068a27..63f793a 100644
--- a/pgcommitfest/commitfest/templates/commitfest.html
+++ b/pgcommitfest/commitfest/templates/commitfest.html
@@ -83,7 +83,7 @@
{%endifchanged%}
{%endif%}
<tr>
- <td><a href="{{p.id}}/">{{p.id}}: {{p.name}}</a></td>
+ <td><a href="{{p.id}}/">{{p.name}}</a></td>
<td><span class="label label-{{p.status|patchstatuslabel}}">{{p.status|patchstatusstring}}</span></td>
<td>{%if p.targetversion%}<span class="label label-default">{{p.targetversion}}</span>{%endif%}</td>
<td>{{p.author_names|default:''}}</td>