Moved address down further, fixed broken HTML

This commit is contained in:
snipe 2020-07-21 16:57:32 -07:00
parent b750f4754f
commit eed41e4549
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -143,6 +143,10 @@
<td>{{ $user->present()->fullName() }}</td>
</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))
<tr>
<td class="text-nowrap">{{ trans('general.address') }}</td>
@ -159,14 +163,10 @@
@if ($user->country)
{{ $user->country }}
@endif
@endif
<tr>
<td class="text-nowrap">{{ trans('admin/users/table.username') }}</td>
<td>{{ $user->username }}</td>
</td>
</tr>
@endif
<tr>
<td class="text-nowrap">{{ trans('general.groups') }}</td>
<td>