mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-25 23:08:41 +00:00
fix: dec731f86f
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1b66cd1a90
commit
82d4bf59f3
@ -411,7 +411,7 @@ $('#contest-countdown').countdown(<?= $contest['end_time']->getTimestamp() - UOJ
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php if (!$contest): ?>
|
<?php if (!$contest || $contest['cur_progress'] >= CONTEST_FINISHED): ?>
|
||||||
<li class="nav-item text-start">
|
<li class="nav-item text-start">
|
||||||
<a href="/problem/<?= $problem['id'] ?>/solutions" class="nav-link" role="tab">
|
<a href="/problem/<?= $problem['id'] ?>/solutions" class="nav-link" role="tab">
|
||||||
<i class="bi bi-journal-bookmark"></i>
|
<i class="bi bi-journal-bookmark"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user