mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-26 03:48:42 +00:00
fix(web/image_hosting): is_empty hint
This commit is contained in:
parent
e41832cca7
commit
838a492852
@ -382,6 +382,12 @@ $pag = new Paginator($pag_config);
|
|||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php if ($pag->isEmpty()): ?>
|
||||||
|
<div class="mt-4 text-muted">
|
||||||
|
<?= UOJLocale::get('none') ?>
|
||||||
|
</div>
|
||||||
|
<?php endif ?>
|
||||||
|
|
||||||
<div class="text-end">
|
<div class="text-end">
|
||||||
<?= $pag->pagination() ?>
|
<?= $pag->pagination() ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user