fix hdr align if no pages, change perpage to 10

This commit is contained in:
2018-07-22 17:09:08 +02:00
parent 8356997133
commit 6211b38557
2 changed files with 4 additions and 6 deletions
+3 -5
View File
@@ -76,11 +76,9 @@
@endif
</span>
@if ($tables->hasPages())
<nav class="ml-auto" aria-label="Pages of the table list">
{{ $tables->links(null, ['ulClass' => 'pagination-sm mb-0 pagination-outline-light']) }}
</nav>
@endif
<nav class="ml-auto" aria-label="Pages of the table list">
{{ $tables->links(null, ['ulClass' => 'pagination-sm mb-0 pagination-outline-light']) }}
</nav>
@if(authed() && user()->is($user))
<a href="{{route('table.create')}}" class="btn ml-3">New</a>