Skip to content

Commit fea750b

Browse files
committed
Add missing "Tags" column to header on dashboard
Also corrects the colspan of the groupings
1 parent 4b94dc3 commit fea750b

File tree

1 file changed

+2
-1
lines changed
  • pgcommitfest/commitfest/templates

1 file changed

+2
-1
lines changed

pgcommitfest/commitfest/templates/me.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ <h3>{%if user.is_authenticated%}Open patches you are subscribed to{%elif p.is_op
4040
<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>
4141
{%endif%}
4242
<th>Status</th>
43+
<th>Tags</th>
4344
<th>Ver</th>
4445
<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>
4546
<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
5556

5657
{%if grouping%}
5758
{%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>
5960
{%endifchanged%}
6061
{%endif%}
6162
<tr>

0 commit comments

Comments
 (0)