mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Global Search User Profile Link
Links up the users in the global search to the user's profile page.
This commit is contained in:
parent
be05d2693e
commit
09e9e15c5e
@ -1,3 +1,4 @@
|
|||||||
<a href="#/{{ Str::slug($result['name']) }}" class="{{ $linkClass }}">
|
@dump($result)
|
||||||
|
<a href="/user/{{ $result['id'] }}/{{ Str::slug($result['name']) }}" class="{{ $linkClass }}">
|
||||||
<p>{{ $result['name'] }}</p>
|
<p>{{ $result['name'] }}</p>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user