mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 13:28:41 +00:00
fix: problem_list is_hidden
This commit is contained in:
parent
7ab64c1ba3
commit
d79ca1512f
@ -114,6 +114,9 @@ EOD;
|
|||||||
<div class="d-flex justify-content-between">
|
<div class="d-flex justify-content-between">
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<h1 class="h2">
|
<h1 class="h2">
|
||||||
|
<?php if ($list['is_hidden']): ?>
|
||||||
|
<span class="fs-5 text-danger">[隐藏]</span>
|
||||||
|
<?php endif ?>
|
||||||
<?= $list['title'] ?>
|
<?= $list['title'] ?>
|
||||||
<span class="fs-5">(ID: #<?= $list['id'] ?>)</span>
|
<span class="fs-5">(ID: #<?= $list['id'] ?>)</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user