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 a249127 commit 3b907eaCopy full SHA for 3b907ea
webapp/templates/partials/scoreboard_table.html.twig
@@ -470,7 +470,7 @@
470
<td rowspan="2">{{ totalPoints }}<br/><span class="scorett" style="font-weight: normal;">{{ totalTime }}</span></td>
471
</tr>
472
<tr style="height: 32px;">
473
- <td colspan="3" class="text-end">
+ <td colspan="{% if showAffiliationLogos %}3{% else %}2{% endif %}" class="text-end">
474
<span class="mobile-problem-badges me-2 ms-2">
475
{% for problem in problems %}
476
{% set matrixItem = scoreboard.matrix[score.team.teamid][problem.probid] %}
0 commit comments