Skip to content

Commit c5215a2

Browse files
committed
Fix cell colors in legend.
This broke in 7cb1de8.
1 parent 32d23e7 commit c5215a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webapp/templates/partials/scoreboard_table.html.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,9 @@
551551
<tbody>
552552
{% for color, description in cellColors %}
553553
{% if color != 'pending' or showPending %}
554+
{% if color == 'first' %}
555+
{% set color = "correct score_first" %}
556+
{% endif %}
554557
<tr class="score_{{ color }}">
555558
<td>{{ description }}</td>
556559
</tr>

0 commit comments

Comments
 (0)