Skip to content

Commit a249127

Browse files
Hopefully make CI at least a bit more happy.
1 parent e5d92c3 commit a249127

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

webapp/templates/partials/scoreboard_table.html.twig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -317,29 +317,29 @@
317317
</div>
318318
319319
<table class="d-md-none scoreboard mobile-scoreboard center {% if jury %}scoreboard_jury{% endif %}">
320-
<thead>
321320
{# output table column groups (for the styles) #}
322321
<colgroup>
323-
<col id="scorerank"/>
322+
<col id="scorerank-mobile"/>
324323
{% if showFlags %}
325-
<col id="scoreflags"/>
324+
<col id="scoreflags-mobile"/>
326325
{% else %}
327326
<col/>
328327
{% endif %}
329328
{% if showAffiliationLogos %}
330-
<col id="scorelogos"/>
329+
<col id="scorelogos-mobile"/>
331330
{% endif %}
332-
<col id="scoreteamname"/>
331+
<col id="scoreteamname-mobile"/>
333332
</colgroup>
334333
<colgroup>
335-
<col id="scoresolv"/>
334+
<col id="scoresolv-mobile"/>
336335
</colgroup>
337336
338337
{% set teamColspan = 2 %}
339338
{% if showAffiliationLogos %}
340339
{% set teamColspan = teamColspan + 1 %}
341340
{% endif %}
342341
342+
<thead>
343343
<tr class="scoreheader" data-static="{{ static }}" style="font-size: 75%;">
344344
<th title="rank" scope="col">rank</th>
345345
<th title="team name" scope="col" colspan="{{ teamColspan }}">team</th>
@@ -372,7 +372,7 @@
372372
{% else %}
373373
{% set color = score.team.category.color %}
374374
{% endif %}
375-
<tr class="{{ classes | join(' ') }}" id="team:{{ score.team.teamid }}" style="border-bottom-width: 0; height: 28px;">
375+
<tr class="{{ classes | join(' ') }}" id="team:{{ score.team.teamid }}:mobile" style="border-bottom-width: 0; height: 28px;">
376376
<td class="scorepl {{medalColor}}" rowspan="2">
377377
{# Only print rank when score is different from the previous team #}
378378
{% if not displayRank %}

0 commit comments

Comments
 (0)