mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 14:48:41 +00:00
fix: e323e7367e
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
e323e7367e
commit
ec084058ba
@ -206,7 +206,7 @@ $comments_pag = new Paginator([
|
|||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<div class="mr-3 flex-shrink-0">
|
<div class="mr-3 flex-shrink-0">
|
||||||
<a href="<?= HTML::url('/user/' . $poster['username']) ?>" class="d-none d-sm-block text-decoration-none">
|
<a href="<?= HTML::url('/user/' . $poster['username']) ?>" class="d-none d-sm-block text-decoration-none">
|
||||||
<img class="media-object img-rounded" src="<?= $asrc ?>" alt="Avatar of <?= $poster['username'] ?>" width="64" height="64" />
|
<img class="rounded" src="<?= $asrc ?>" alt="Avatar of <?= $poster['username'] ?>" width="64" height="64" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="comment-body-<?= $comment['id'] ?>" class="flex-grow-1 ms-3">
|
<div id="comment-body-<?= $comment['id'] ?>" class="flex-grow-1 ms-3">
|
||||||
|
Loading…
Reference in New Issue
Block a user