File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
webapp/templates/partials Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 30
30
31
31
<table class="d-none d-md-table scoreboard center {% if jury %}scoreboard_jury{% endif %}">
32
32
33
+ {% set teamColspan = 2 %}
34
+ {% if showAffiliationLogos %}
35
+ {% set teamColspan = teamColspan + 1 %}
36
+ {% endif %}
37
+
33
38
{# output table column groups (for the styles) #}
34
39
<colgroup >
35
40
{% if enable_ranking %}
58
63
{% endfor %}
59
64
{% endif %}
60
65
</colgroup >
61
-
62
- {% set teamColspan = 2 %}
63
- {% if showAffiliationLogos %}
64
- {% set teamColspan = teamColspan + 1 %}
65
- {% endif %}
66
-
67
66
<thead >
68
67
<tr class="scoreheader" data-static ="{{ static }}">
69
68
{% if enable_ranking %}
317
316
</table >
318
317
319
318
<table class="d-md-none scoreboard center {% if jury %}scoreboard_jury{% endif %}">
320
- <thead >
321
319
{# output table column groups (for the styles) #}
322
320
<colgroup >
323
321
{% if enable_ranking %}
338
336
<col id="scoresolv"/>
339
337
</colgroup >
340
338
{% endif %}
339
+ <thead >
341
340
342
341
{% set teamColspan = 2 %}
343
342
{% if showAffiliationLogos %}
You can’t perform that action at this time.
0 commit comments