From e10795439278e7ebccb8d4e961e8eaecb016a873 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Mon, 27 Jun 2022 11:24:37 +0300 Subject: [PATCH] spacing control for user index --- resources/views/auth/users/index.blade.php | 32 ++++++++++++---------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/resources/views/auth/users/index.blade.php b/resources/views/auth/users/index.blade.php index 8eb001753..50b959fde 100644 --- a/resources/views/auth/users/index.blade.php +++ b/resources/views/auth/users/index.blade.php @@ -59,24 +59,26 @@ @endif - - @if (setting('default.use_gravatar', '0') == '1') - - @elseif (is_object($item->picture)) - - @else - - @endif + + + @if (setting('default.use_gravatar', '0') == '1') + + @elseif (is_object($item->picture)) + + @else + + @endif - {{ !empty($item->name) ? $item->name : trans('general.na') }} + {{ !empty($item->name) ? $item->name : trans('general.na') }} - @if ($item->hasPendingInvitation()) - - @endif + @if ($item->hasPendingInvitation()) + + @endif - @if (! $item->enabled) - - @endif + @if (! $item->enabled) + + @endif +