mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 12:58:40 +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>
|
||||
</span>
|
||||
<?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 ?>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user