mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Moved address down further, fixed broken HTML
This commit is contained in:
parent
b750f4754f
commit
eed41e4549
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue