Hide random whitespace if there is only a single page

This commit is contained in:
Dane Everitt 2017-03-31 22:14:56 -04:00
parent 536865b22a
commit 660cdca940
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 10 additions and 6 deletions

View file

@ -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>

View file

@ -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>