fix(web/image_hosting): is_empty hint

This commit is contained in:
Baoshuo Ren 2022-10-13 20:28:24 +08:00
parent e41832cca7
commit 838a492852
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -382,6 +382,12 @@ $pag = new Paginator($pag_config);
<?php endforeach ?>
</div>
<?php if ($pag->isEmpty()): ?>
<div class="mt-4 text-muted">
<?= UOJLocale::get('none') ?>
</div>
<?php endif ?>
<div class="text-end">
<?= $pag->pagination() ?>
</div>