File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pgcommitfest/commitfest/templates Expand file tree Collapse file tree 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>
6060< table class ="table table-striped table-bordered table-hover table-condensed ">
6161 < thead >
6262 < 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 >
6565 < th > Status</ th >
6666 < th > Ver</ th >
6767 < th > CI status</ th >
6868 < th > Author</ th >
6969 < th > Reviewers</ th >
7070 < 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 >
7474{%if user.is_staff%}
7575 < th > Select</ th >
7676{%endif%}
You can’t perform that action at this time.
0 commit comments