1
0
Fork 0

Add link to full results when contests are completed

This commit is contained in:
Ainsley Ellis 2025-01-13 22:25:02 -05:00
parent 71b6ebf48c
commit 4926873e42

View file

@ -89,6 +89,7 @@ include "partials/head.php";
) )
? " visibility" ? " visibility"
: ""; ?></a></li> : ""; ?></a></li>
<?php if ($game->status_id === STATUS_DONE) { ?><li><a href="/games/<?= $game->id ?>/results" class='call-to-action'>View full results</a></li><?php } ?>
</ul> </ul>
<?php include "partials/feedback.php"; ?> <?php include "partials/feedback.php"; ?>
<?php include "partials/assignments.php"; ?> <?php include "partials/assignments.php"; ?>