fix: problem_list is_hidden

This commit is contained in:
Baoshuo Ren 2022-09-26 09:30:34 +08:00
parent 7ab64c1ba3
commit d79ca1512f
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -114,6 +114,9 @@ EOD;
<div class="d-flex justify-content-between">
<?php endif ?>
<h1 class="h2">
<?php if ($list['is_hidden']): ?>
<span class="fs-5 text-danger">[隐藏]</span>
<?php endif ?>
<?= $list['title'] ?>
<span class="fs-5">(ID: #<?= $list['id'] ?>)</span>
</h1>