domjudge icon indicating copy to clipboard operation
domjudge copied to clipboard

Link from card on contests overview page to single contest page

Open vmcj opened this issue 7 months ago • 6 comments

The issue suggested using the header only but that felt a bit hard for people to find the link so the whole card is used now. The buttons in the card still work with their own links.

Fixes: #2462

<a href={{ path('jury_contest', {'contestId': contest.cid}) }}>

Is the only interesting piece, the rest is fixing indentation.

vmcj avatar Jul 25 '24 19:07 vmcj