We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7211c13 commit 6db24feCopy full SHA for 6db24fe
webapp/templates/jury/submission.html.twig
@@ -170,7 +170,7 @@
170
<i class="fas fa-book-open" title="Problem:"></i>
171
<a href="{{ path('jury_problem', {'probId': submission.problem.probid}) }}">
172
{% if submission.contestProblem %}
173
- {{ submission.contestProblem.shortname }}: {{ submission.problem.name }}
+ {{ submission.contestProblem | problemBadge }}: {{ submission.problem.name }}
174
{% else %}
175
{{ submission.problem.name }}
176
{% endif %}
0 commit comments