Moved address down further, fixed broken HTML
This commit is contained in:
@@ -143,6 +143,10 @@
|
|||||||
<td>{{ $user->present()->fullName() }}</td>
|
<td>{{ $user->present()->fullName() }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="text-nowrap">{{ trans('admin/users/table.username') }}</td>
|
||||||
|
<td>{{ $user->username }}</td>
|
||||||
|
</tr>
|
||||||
@if (($user->address) || ($user->city) || ($user->state) || ($user->country))
|
@if (($user->address) || ($user->city) || ($user->state) || ($user->country))
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text-nowrap">{{ trans('general.address') }}</td>
|
<td class="text-nowrap">{{ trans('general.address') }}</td>
|
||||||
@@ -159,14 +163,10 @@
|
|||||||
@if ($user->country)
|
@if ($user->country)
|
||||||
{{ $user->country }}
|
{{ $user->country }}
|
||||||
@endif
|
@endif
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="text-nowrap">{{ trans('admin/users/table.username') }}</td>
|
|
||||||
<td>{{ $user->username }}</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text-nowrap">{{ trans('general.groups') }}</td>
|
<td class="text-nowrap">{{ trans('general.groups') }}</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user