applicationlog: Fix placement of the limiter control

This commit is contained in:
Johannes Meyer 2019-07-19 15:42:32 +02:00
parent f841c3d42f
commit ded84a410a
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
<?php if (! $this->compact): ?>
<div class="controls separated">
<?= $this->tabs ?>
<div class="grid">
<?= $this->paginator ?>
<div class="sort-controls-container">
<?= $this->limiter ?>
<?= $this->paginator ?>
</div>
</div>
<?php endif ?>