Skip to content

Commit

Permalink
Link from card on contests overview page to single contest page
Browse files Browse the repository at this point in the history
The `folder` icon now links to the contest itself.
  • Loading branch information
vmcj committed Sep 13, 2024
1 parent 3f7298f commit 6a70aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/templates/jury/contests.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
{% if contest.locked %}
<i class="fas fa-lock"></i>
{% endif %}
<a class="fa-regular fa-folder-open" style="float: right; color: black" href={{ path('jury_contest', {'contestId': contest.cid}) }}></a>
</div>
<div class="card-body">
{% if not contest.starttimeEnabled and contest.finalizetime is not empty %}
Expand Down

0 comments on commit 6a70aa0

Please sign in to comment.