From 660cdca940caba5137577ac1b975792116215af4 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 31 Mar 2017 22:14:56 -0400 Subject: [PATCH] Hide random whitespace if there is only a single page --- resources/themes/pterodactyl/admin/nodes/index.blade.php | 8 +++++--- resources/themes/pterodactyl/admin/users/index.blade.php | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/resources/themes/pterodactyl/admin/nodes/index.blade.php b/resources/themes/pterodactyl/admin/nodes/index.blade.php index ddeffde92..9bef0180e 100644 --- a/resources/themes/pterodactyl/admin/nodes/index.blade.php +++ b/resources/themes/pterodactyl/admin/nodes/index.blade.php @@ -82,9 +82,11 @@ - + @if($nodes->hasPages()) + + @endif diff --git a/resources/themes/pterodactyl/admin/users/index.blade.php b/resources/themes/pterodactyl/admin/users/index.blade.php index 3832c0374..9599664a8 100644 --- a/resources/themes/pterodactyl/admin/users/index.blade.php +++ b/resources/themes/pterodactyl/admin/users/index.blade.php @@ -75,9 +75,11 @@ - + @if($users->hasPages()) + + @endif