From 084ec064cb061757b975f4b446c27aa76244e6b4 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 25 Nov 2013 13:38:14 -0500 Subject: [PATCH] Removed created_at from listing. Not important enough to waste the screen space on --- app/views/backend/users/index.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/backend/users/index.blade.php b/app/views/backend/users/index.blade.php index 082272cade..4cc807388d 100755 --- a/app/views/backend/users/index.blade.php +++ b/app/views/backend/users/index.blade.php @@ -37,7 +37,6 @@ User Management :: Licenses @lang('admin/users/table.activated') @lang('admin/users/table.last_login') - @lang('admin/users/table.created_at') @lang('table.actions') @@ -61,7 +60,7 @@ User Management :: Never @endif - {{ $user->created_at->diffForHumans() }} + @if ($user->id > 3)