Skip to content

Commit d416bfb

Browse files
Update webapp/templates/partials/scoreboard_table.html.twig
Co-authored-by: Jaap Eldering <[email protected]>
1 parent 82110d1 commit d416bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/partials/scoreboard_table.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
{% for problem in problems %}
548548
{% embed 'partials/modal.html.twig' with {'modalId': 'team-submissions-modal-' ~ score.team.teamid ~ '-' ~ problem.probid} %}
549549
{% block title %}
550-
Submissions for team {{ score.team.effectiveName }} and problem {{ problem | problemBadge }} {{ problem.problem.name }}
550+
Submissions for team {{ score.team.effectiveName }} on problem {{ problem | problemBadge }} {{ problem.problem.name }}
551551
{% endblock %}
552552
{% block content %}
553553
{% include 'public/partials/submission_list.html.twig' with {size: 6, team: score.team, submissions: submissionsPerTeamAndProblem[score.team.teamid][problem.probid] ?? []} %}

0 commit comments

Comments
 (0)