@@ -60,18 +60,18 @@ <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 > < 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 >
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 > {%elif sortkey == -5%} < div style =" float:right; " > < i class =" glyphicon glyphicon-arrow-up " > </ 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 > {%elif sortkey == -4%} < div style =" float:right; " > < i class =" glyphicon glyphicon-arrow-up " > </ i > </ div > {% endif%}</ th >
65
65
< th > Status</ th >
66
66
< th > Ver</ th >
67
67
< th > CI status</ th >
68
- < th > < a href ="# " style ="color:#333333; " onclick ="return sortpatches(6); "> Stats</ a > {%if sortkey == 6%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%endif%}</ th >
68
+ < th > < a href ="# " style ="color:#333333; " onclick ="return sortpatches(6); "> Stats</ a > {%if sortkey == 6%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%elif sortkey == -6%} < div style =" float:right; " > < i class =" glyphicon glyphicon-arrow-up " > </ i > </ div > {% endif%}</ th >
69
69
< th > Author</ th >
70
70
< th > Reviewers</ th >
71
71
< th > Committer</ th >
72
- < 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 >
73
- < 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 >
74
- < 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 >
72
+ < 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 > {%elif sortkey == -3%} < div style =" float:right; " > < i class =" glyphicon glyphicon-arrow-up " > </ i > </ div > {% endif%}</ th >
73
+ < 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 > {%elif sortkey == -1%} < div style =" float:right; " > < i class =" glyphicon glyphicon-arrow-up " > </ i > </ div > {% endif%}</ th >
74
+ < 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 > {%elif sortkey == -2%} < div style =" float:right; " > < i class =" glyphicon glyphicon-arrow-up " > </ i > </ div > {% endif%}</ th >
75
75
{%if user.is_staff%}
76
76
< th > Select</ th >
77
77
{%endif%}
0 commit comments