We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0274beb commit 21de969Copy full SHA for 21de969
webapp/templates/partials/scoreboard_table.html.twig
@@ -30,6 +30,12 @@
30
31
<table class="d-none d-md-table scoreboard center {% if jury %}scoreboard_jury{% endif %}">
32
33
+ {% set teamColspan = 2 %}
34
+ {% if showAffiliationLogos %}
35
+ {% set teamColspan = teamColspan + 1 %}
36
+ {% endif %}
37
+
38
+ <thead>
39
{# output table column groups (for the styles) #}
40
<colgroup>
41
{% if enable_ranking %}
@@ -58,13 +64,6 @@
58
64
{% endfor %}
59
65
{% endif %}
60
66
</colgroup>
61
-
62
- {% set teamColspan = 2 %}
63
- {% if showAffiliationLogos %}
- {% set teamColspan = teamColspan + 1 %}
- {% endif %}
67
- <thead>
68
<tr class="scoreheader" data-static="{{ static }}">
69
70
<th title="rank" scope="col">rank</th>
0 commit comments