Hide random whitespace if there is only a single page
This commit is contained in:
parent
536865b22a
commit
660cdca940
2 changed files with 10 additions and 6 deletions
|
@ -82,9 +82,11 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@if($nodes->hasPages())
|
||||
<div class="box-footer with-border">
|
||||
<div class="col-md-12 text-center">{!! $nodes->render() !!}</div>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -75,9 +75,11 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@if($users->hasPages())
|
||||
<div class="box-footer with-border">
|
||||
<div class="col-md-12 text-center">{!! $users->render() !!}</div>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue