diff options
author | Magnus Hagander | 2025-01-11 12:48:32 +0000 |
---|---|---|
committer | Magnus Hagander | 2025-01-11 12:48:32 +0000 |
commit | f48f3cd09178c69dbafea995f0bf917c340fa5a4 (patch) | |
tree | 3a86cd5f08ee8a597b76f91dad0039ef83584833 /pgcommitfest/commitfest | |
parent | eee60a5332ac0745071086477ff4e189b080d3ab (diff) |
This reverts commit eee60a5332ac0745071086477ff4e189b080d3ab.
Discussion: https://postgr.es/m/ff9d7921-f4e3-498a-9dba-ddd28fdb359f%40eisentraut.org
Diffstat (limited to 'pgcommitfest/commitfest')
-rw-r--r-- | pgcommitfest/commitfest/templates/commitfest.html | 2 |
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> |