Skip to content

Commit

Permalink
Update webapp/templates/partials/scoreboard_table.html.twig
Browse files Browse the repository at this point in the history
Co-authored-by: Jaap Eldering <[email protected]>
  • Loading branch information
nickygerritsen and eldering authored Mar 1, 2025
1 parent 2c792f2 commit 14242a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/templates/partials/scoreboard_table.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
{% for problem in problems %}
{% embed 'partials/modal.html.twig' with {'modalId': 'team-submissions-modal-' ~ score.team.teamid ~ '-' ~ problem.probid} %}
{% block title %}
Submissions for team {{ score.team.effectiveName }} and problem {{ problem | problemBadge }} {{ problem.problem.name }}
Submissions for team {{ score.team.effectiveName }} on problem {{ problem | problemBadge }} {{ problem.problem.name }}
{% endblock %}
{% block content %}
{% include 'public/partials/submission_list.html.twig' with {size: 6, team: score.team, submissions: submissionsPerTeamAndProblem[score.team.teamid][problem.probid] ?? []} %}
Expand Down

0 comments on commit 14242a4

Please sign in to comment.