@@ -60,18 +60,18 @@ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
6060< table class ="table table-striped table-bordered table-hover table-condensed ">
6161 < thead >
6262 < 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 >
6565 < th > Status</ th >
6666 < th > Ver</ th >
6767 < 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 >
6969 < th > Author</ th >
7070 < th > Reviewers</ th >
7171 < 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 >
7575{%if user.is_staff%}
7676 < th > Select</ th >
7777{%endif%}
0 commit comments