Skip to content

Commit

Permalink
Use entity badge for language in submission list.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Mar 22, 2024
1 parent 487b253 commit f4a6291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/templates/jury/partials/submission_list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
</td>
<td class="langid{{ tdExtraClass }}" rowspan="{{ rowSpan }}">
<a href="{{ link }}"
title="{{ submission.language.name }}">{{ submission.language.langid }}</a>
title="{{ submission.language.name }}">{{ submission.language | entityIdBadge }}</a>
</td>
{% if showExternalResult and showExternalTestcases %}
<td class="{{ tdExtraClass }}">
Expand Down

0 comments on commit f4a6291

Please sign in to comment.