Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteee60a5

Browse files
JelteFmhagander
authored andcommitted
Include patch id in commitfest page
Clicking the patch header would sort by the patch ID, but that ID wouldnot actually be visible. Effectively resulting in random ordering forthe user, so let's just show the ID.
1 parent765366e commiteee60a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pgcommitfest/commitfest/templates/commitfest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
8383
{%endifchanged%}
8484
{%endif%}
8585
<tr>
86-
<td><ahref="{{p.id}}/">{{p.name}}</a></td>
86+
<td><ahref="{{p.id}}/">{{p.id}}: {{p.name}}</a></td>
8787
<td><spanclass="label label-{{p.status|patchstatuslabel}}">{{p.status|patchstatusstring}}</span></td>
8888
<td>{%if p.targetversion%}<spanclass="label label-default">{{p.targetversion}}</span>{%endif%}</td>
8989
<td>{{p.author_names|default:''}}</td>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp