We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7298f commit 6a70aa0Copy full SHA for 6a70aa0
webapp/templates/jury/contests.html.twig
@@ -23,6 +23,7 @@
23
{% if contest.locked %}
24
<i class="fas fa-lock"></i>
25
{% endif %}
26
+ <a class="fa-regular fa-folder-open" style="float: right; color: black" href={{ path('jury_contest', {'contestId': contest.cid}) }}></a>
27
</div>
28
<div class="card-body">
29
{% if not contest.starttimeEnabled and contest.finalizetime is not empty %}
0 commit comments