File tree 1 file changed +5
-5
lines changed
pgcommitfest/commitfest/templates
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,17 @@ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
60
60
< table class ="table table-striped table-bordered table-hover table-condensed ">
61
61
< thead >
62
62
< tr >
63
- < th > {%if p.is_open%} < a href ="# " style ="color:#333333; " onclick ="return sortpatches(5); "> Patch</ a > {%if sortkey == 5%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%endif%} {%endif%}</ th >
64
- < th > {%if p.is_open%} < a href ="# " style ="color:#333333; " onclick ="return sortpatches(4); "> ID</ a > {%if sortkey == 4%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%endif%}{%else%}ID {%endif%}</ th >
63
+ < th > < a href ="# " style ="color:#333333; " onclick ="return sortpatches(5); "> Patch</ a > {%if sortkey == 5%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%endif%}</ th >
64
+ < th > < a href ="# " style ="color:#333333; " onclick ="return sortpatches(4); "> ID</ a > {%if sortkey == 4%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%endif%}</ th >
65
65
< th > Status</ th >
66
66
< th > Ver</ th >
67
67
< th > CI status</ th >
68
68
< th > Author</ th >
69
69
< th > Reviewers</ th >
70
70
< th > Committer</ th >
71
- < th > {%if p.is_open%} < a href ="# " style ="color:#333333; " onclick ="return sortpatches(3); "> Num cfs</ a > {%if sortkey == 3%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%endif%}{%else%}Num cfs {%endif%}</ th >
72
- < th > {%if p.is_open%} < a href ="# " style ="color:#333333; " onclick ="return sortpatches(1); "> Latest activity</ a > {%if sortkey == 1%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%endif%}{%else%}Latest activity {%endif%}</ th >
73
- < th > {%if p.is_open%} < a href ="# " style ="color:#333333; " onclick ="return sortpatches(2); "> Latest mail</ a > {%if sortkey == 2%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%endif%}{%else%}Latest mail {%endif%}</ th >
71
+ < th > < a href ="# " style ="color:#333333; " onclick ="return sortpatches(3); "> Num cfs</ a > {%if sortkey == 3%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%endif%}</ th >
72
+ < th > < a href ="# " style ="color:#333333; " onclick ="return sortpatches(1); "> Latest activity</ a > {%if sortkey == 1%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%endif%}</ th >
73
+ < th > < a href ="# " style ="color:#333333; " onclick ="return sortpatches(2); "> Latest mail</ a > {%if sortkey == 2%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%endif%}</ th >
74
74
{%if user.is_staff%}
75
75
< th > Select</ th >
76
76
{%endif%}
You can’t perform that action at this time.
0 commit comments