Skip to content

Commit 6db24fe

Browse files
committed
Use problem badge on individual submission page.
1 parent 7211c13 commit 6db24fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/jury/submission.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<i class="fas fa-book-open" title="Problem:"></i>
171171
<a href="{{ path('jury_problem', {'probId': submission.problem.probid}) }}">
172172
{% if submission.contestProblem %}
173-
{{ submission.contestProblem.shortname }}: {{ submission.problem.name }}
173+
{{ submission.contestProblem | problemBadge }}: {{ submission.problem.name }}
174174
{% else %}
175175
{{ submission.problem.name }}
176176
{% endif %}

0 commit comments

Comments
 (0)