1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-15 23:34:36 +00:00
This commit is contained in:
Baoshuo Ren 2023-02-13 11:46:42 +08:00
parent 0a16538df8
commit 5055fb3777
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -413,7 +413,7 @@ if (UOJContest::cur()) {
<?php endif ?>
<?php if (!UOJContest::cur() || UOJContest::cur()->progress() >= CONTEST_FINISHED) : ?>
<li class="nav-item text-start">
<a href="<?= UOJProblem::cur()->getUri('/solution') ?>" class="nav-link">
<a href="<?= UOJProblem::cur()->getUri('/solutions') ?>" class="nav-link">
<i class="bi bi-journal-bookmark"></i>
<?= UOJLocale::get('problems::solutions') ?>
</a>