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