feat(users): add account indicators to management page, update old refs
This commit is contained in:
@@ -78,8 +78,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{__('Name')}}</th>
|
||||
<th>{{ __('Rank') }}</th>
|
||||
<th>{{__('Status')}}</th>
|
||||
<th>{{ __('Role') }}</th>
|
||||
<th>{{__('Registration date')}}</th>
|
||||
<th>{{__('Actions')}}</th>
|
||||
</tr>
|
||||
@@ -98,9 +97,6 @@
|
||||
<span class="badge-warning badge"><i class="fas fa-user"></i> {{ __('Member') }}</span>
|
||||
@endif
|
||||
</td>
|
||||
<td>
|
||||
<x-account-status user-id="{{ $user->id }}"></x-account-status>
|
||||
</td>
|
||||
<td>{{$user->created_at}}</td>
|
||||
<td>
|
||||
<button type="button" class="btn btn-sm btn-success" onclick="window.location.href='{{route('showSingleProfile', ['user' => $user->id])}}'"><i class="fa fa-eye"></i> {{ __('View') }}</button>
|
||||
|
Reference in New Issue
Block a user