Skip to content

Commit 6a70aa0

Browse files
committed
Link from card on contests overview page to single contest page
The `folder` icon now links to the contest itself.
1 parent 3f7298f commit 6a70aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/templates/jury/contests.html.twig

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
{% if contest.locked %}
2424
<i class="fas fa-lock"></i>
2525
{% endif %}
26+
<a class="fa-regular fa-folder-open" style="float: right; color: black" href={{ path('jury_contest', {'contestId': contest.cid}) }}></a>
2627
</div>
2728
<div class="card-body">
2829
{% if not contest.starttimeEnabled and contest.finalizetime is not empty %}

0 commit comments

Comments
 (0)