Link to location in user view

This commit is contained in:
snipe 2017-08-25 05:48:32 -07:00
parent 10711245ba
commit 62227ec27d

View file

@ -182,7 +182,9 @@
@if ($user->userloc)
<tr>
<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>
@endif
@if ($user->created_at)