You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webapp/templates/partials/scoreboard.html.twig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@
71
71
was frozen with {{ current_contest.minutesRemaining }} minutes remaining
72
72
{% else %}
73
73
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 {% ifshowPending %}are still shown as pending{% else %}are not shown{% endif %}.
0 commit comments