We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee60a5 commit f48f3cdCopy full SHA for f48f3cd
pgcommitfest/commitfest/templates/commitfest.html
@@ -83,7 +83,7 @@ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
83
{%endifchanged%}
84
{%endif%}
85
<tr>
86
- <td><a href="{{p.id}}/">{{p.id}}: {{p.name}}</a></td>
+ <td><a href="{{p.id}}/">{{p.name}}</a></td>
87
<td><span class="label label-{{p.status|patchstatuslabel}}">{{p.status|patchstatusstring}}</span></td>
88
<td>{%if p.targetversion%}<span class="label label-default">{{p.targetversion}}</span>{%endif%}</td>
89
<td>{{p.author_names|default:''}}</td>
0 commit comments