mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-02-16 23:06:42 +00:00
feat(web/problems/solution): is_hidden badge icon
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
d614b8ddcb
commit
6582722f50
@ -190,7 +190,10 @@ EOD;
|
|||||||
<time class="text-muted"><?= $row['post_time'] ?></time>
|
<time class="text-muted"><?= $row['post_time'] ?></time>
|
||||||
</span>
|
</span>
|
||||||
<?php if ($row['is_hidden']): ?>
|
<?php if ($row['is_hidden']): ?>
|
||||||
<span class="badge text-bg-danger ms-2">隐藏</span>
|
<span class="badge text-bg-danger ms-2">
|
||||||
|
<i class="bi bi-eye-slash-fill"></i>
|
||||||
|
<?= UOJLocale::get('hidden') ?>
|
||||||
|
</span>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user