Fixed url param

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-23 18:43:10 -07:00
parent 9fd3541520
commit 62ab867051

View file

@ -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