mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-09 23:08:42 +00:00
fix(web/blog/archive): is_hidden text
This commit is contained in:
parent
a674a54e8b
commit
d614b8ddcb
@ -59,7 +59,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<?php if ($blog['is_hidden']): ?>
|
||||
<span class="text-danger">[已隐藏]</span>
|
||||
<span class="text-danger">[隐藏]</span>
|
||||
<?php endif ?>
|
||||
<?= getBlogLink($blog['id']) ?>
|
||||
<?php foreach (queryBlogTags($blog['id']) as $tag): ?>
|
||||
@ -101,6 +101,9 @@
|
||||
<?php foreach ($blogs_pag->get() as $blog): ?>
|
||||
<tr>
|
||||
<td>
|
||||
<?php if ($blog['is_hidden']): ?>
|
||||
<span class="text-danger">[隐藏]</span>
|
||||
<?php endif ?>
|
||||
<?= getBlogLink($blog['id']) ?>
|
||||
<?php foreach (queryBlogTags($blog['id']) as $tag): ?>
|
||||
<?php echoBlogTag($tag) ?>
|
||||
|
Loading…
Reference in New Issue
Block a user