Fix pilots page now showing up #655 (#660)

This commit is contained in:
Nabeel S
2020-04-06 18:12:55 -04:00
committed by GitHub
parent 40a94cb9ad
commit b1bdd40da7
2 changed files with 4 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
</div>
</td>
<td>
<a href="{{ route('frontend.profile.show.public', [$user->id]) }}">
<a href="{{ route('frontend.users.show.public', [$user->id]) }}">
{{$user->ident}}&nbsp;{{ $user->name_private }}
</a>
</td>