mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Fixed url param
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
9fd3541520
commit
62ab867051
|
@ -467,7 +467,7 @@
|
|||
@if ($user->createdBy)
|
||||
by
|
||||
@if ($user->createdBy->deleted_at=='')
|
||||
<a href="{{ route('users.show', ['user' => $user->user_id]) }}">{{ $user->createdBy->present()->fullName }}</a>
|
||||
<a href="{{ route('users.show', ['user' => $user->created_by]) }}">{{ $user->createdBy->present()->fullName }}</a>
|
||||
@else
|
||||
<del>{{ $user->createdBy->present()->fullName }}</del>
|
||||
@endif
|
||||
|
|
Loading…
Reference in a new issue