Clicking the patch header would sort by the patch ID, but that ID would
not actually be visible. Effectively resulting in random ordering for
the user, so let's just show the ID.
{%endifchanged%}
{%endif%}
<tr>
- <td><a href="{{p.id}}/">{{p.name}}</a></td>
+ <td><a href="{{p.id}}/">{{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>