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 bad0883 commit 0274bebCopy full SHA for 0274beb
webapp/templates/partials/scoreboard_table.html.twig
@@ -479,8 +479,12 @@
479
{% endif %}
480
</tr>
481
<tr style="height: 32px;">
482
- <td class="no-border"/>
483
- <td colspan="2">
+ {% if showAffiliationLogos %}
+ {% set problemSpan = 3 %}
484
+ {% else %}
485
+ {% set problemSpan = 2 %}
486
+ {% endif %}
487
+ <td colspan="{{ problemSpan }}">
488
{% for problem in problems %}
489
{% set matrixItem = scoreboard.matrix[score.team.teamid][problem.probid] %}
490
{{ problem | problemBadgeMaybe(matrixItem) }}
0 commit comments