Skip to content

Commit 951a5e8

Browse files
Improve frozen scoreboard text when pending submissions are not shown.
1 parent a21c8e4 commit 951a5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/partials/scoreboard.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
was frozen with {{ current_contest.minutesRemaining }} minutes remaining
7272
{% else %}
7373
The scoreboard was frozen with {{ current_contest.minutesRemaining }} minutes remaining - solutions
74-
submitted in the last {{ current_contest.minutesRemaining }} minutes of the contest are still shown as pending.
74+
submitted in the last {{ current_contest.minutesRemaining }} minutes of the contest {% if showPending %}are still shown as pending{% else %}are not shown{% endif %}.
7575
{% endif %}
7676
</div>
7777
{% endif %}

0 commit comments

Comments
 (0)