Skip to content

Commit

Permalink
Use problem badge on individual submission page.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Mar 22, 2024
1 parent 487b253 commit 31fa3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/templates/jury/submission.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<i class="fas fa-book-open" title="Problem:"></i>
<a href="{{ path('jury_problem', {'probId': submission.problem.probid}) }}">
{% if submission.contestProblem %}
{{ submission.contestProblem.shortname }}: {{ submission.problem.name }}
{{ submission.contestProblem | problemBadge }}: {{ submission.problem.name }}
{% else %}
{{ submission.problem.name }}
{% endif %}
Expand Down

0 comments on commit 31fa3b4

Please sign in to comment.