mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-02-16 23:06:42 +00:00
fix: f0974dbe8268e56826b9cb466d330bdd5f3dd892
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
f0974dbe82
commit
b97d606b07
@ -204,9 +204,9 @@ EOD;
|
||||
<?php $row['removeForm']->printHTML(); ?>
|
||||
</li>
|
||||
<?php endif ?>
|
||||
<?php if (Auth::check() && (isSuperUser(Auth::user()) || Auth::id() == $blog['poster'])): ?>
|
||||
<?php if (Auth::check() && (isSuperUser(Auth::user()) || Auth::id() == $row['poster'])): ?>
|
||||
<li class="list-inline-item">
|
||||
<a class="text-decoration-none" href="<?=HTML::blog_url($blog['poster'], '/blog/'.$row['blog_id'].'/write')?>">
|
||||
<a class="text-decoration-none" href="<?= HTML::blog_url($row['poster'], '/post/'.$row['blog_id'].'/write') ?>">
|
||||
修改
|
||||
</a>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user