File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
pgcommitfest/commitfest/templates Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ <h3>{%if user.is_authenticated%}Open patches you are subscribed to{%elif p.is_op
40
40
< th > < a href ="# " style ="color:#333333; " onclick ="return sortpatches(8); "> CF</ a > {%if sortkey == 8%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%elif sortkey == -8%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-up "> </ i > </ div > {%endif%}</ th >
41
41
{%endif%}
42
42
< th > Status</ th >
43
+ < th > Tags</ th >
43
44
< th > Ver</ th >
44
45
< th > < a href ="# " style ="color:#333333; " onclick ="return sortpatches(7); "> CI status</ a > {%if sortkey == 7%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-down "> </ i > </ div > {%elif sortkey == -7%}< div style ="float:right; "> < i class ="glyphicon glyphicon-arrow-up "> </ i > </ div > {%endif%}</ th >
45
46
< 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 >
@@ -55,7 +56,7 @@ <h3>{%if user.is_authenticated%}Open patches you are subscribed to{%elif p.is_op
55
56
56
57
{%if grouping%}
57
58
{%ifchanged p.topic%}
58
- < tr > < th colspan ="{%if user.is_authenticated %}12 {%else%}11 {%endif%} "> {{p.topic}}</ th > </ tr >
59
+ < tr > < th colspan ="{%if user.is_authenticated %}13 {%else%}12 {%endif%} "> {{p.topic}}</ th > </ tr >
59
60
{%endifchanged%}
60
61
{%endif%}
61
62
< tr >
You can’t perform that action at this time.
0 commit comments