mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Link to location in user view
This commit is contained in:
parent
10711245ba
commit
62227ec27d
|
@ -182,7 +182,9 @@
|
||||||
@if ($user->userloc)
|
@if ($user->userloc)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ trans('admin/users/table.location') }}</td>
|
<td>{{ trans('admin/users/table.location') }}</td>
|
||||||
<td>{{ $user->userloc->name }}</td>
|
<td>{{ link_to_route('locations.show', $user->userloc->name, [$user->userloc->id]) }}</td>
|
||||||
|
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
@if ($user->created_at)
|
@if ($user->created_at)
|
||||||
|
|
Loading…
Reference in a new issue