File tree 1 file changed +1
-7
lines changed
pgcommitfest/commitfest/templates
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -37,17 +37,14 @@ <h3>{%if user.is_authenticated%}Open patches you are subscribed to{%elif p.is_op
37
37
< th > Committer</ th >
38
38
< 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 >
39
39
< 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 >
40
- {%if user.is_staff%}
41
- < th > Select</ th >
42
- {%endif%}
43
40
</ tr >
44
41
</ thead >
45
42
< tbody >
46
43
{%endifchanged%}
47
44
48
45
{%if grouping%}
49
46
{%ifchanged p.topic%}
50
- < tr > < th colspan ="{%if user.is_staff%}13{%elif user. is_authenticated %}12{%else%}11{%endif%} "> {{p.topic}}</ th > </ tr >
47
+ < tr > < th colspan ="{%if user.is_authenticated %}12{%else%}11{%endif%} "> {{p.topic}}</ th > </ tr >
51
48
{%endifchanged%}
52
49
{%endif%}
53
50
< tr >
@@ -94,9 +91,6 @@ <h3>{%if user.is_authenticated%}Open patches you are subscribed to{%elif p.is_op
94
91
< td > {{p.committer|default:''}}</ td >
95
92
< td > {{p.num_cfs}}</ td >
96
93
< td style ="white-space: nowrap; " title ="{{p.lastmail}} "> {%if p.lastmail %}{{p.lastmail|timesince}} ago{%endif%}</ td >
97
- {%if user.is_staff%}
98
- < td style ="white-space: nowrap; "> < input type ="checkbox " class ="sender_checkbox " id ="send_authors_{{p.id}} "> Author< br /> < input type ="checkbox " class ="sender_checkbox " id ="send_reviewers_{{p.id}} "> Reviewer</ td >
99
- {%endif%}
100
94
</ tr >
101
95
{%if forloop.last%}
102
96
</ tbody >
You can’t perform that action at this time.
0 commit comments