Removed created_at from listing. Not important enough to waste the screen space on

This commit is contained in:
snipe
2013-11-25 13:38:14 -05:00
parent e87e5b9cae
commit 084ec064cb
+1 -2
View File
@@ -37,7 +37,6 @@ User Management ::
<th class="span1">Licenses</th>
<th class="span1">@lang('admin/users/table.activated')</th>
<th class="span2">@lang('admin/users/table.last_login')</th>
<th class="span1">@lang('admin/users/table.created_at')</th>
<th class="span2">@lang('table.actions')</th>
</tr>
</thead>
@@ -61,7 +60,7 @@ User Management ::
Never
@endif
</td>
<td>{{ $user->created_at->diffForHumans() }}</td>
<td>
@if ($user->id > 3)