Global Search User Profile Link

Links up the users in the global search to the user's profile page.
This commit is contained in:
Refringe 2024-09-17 14:52:09 -04:00
parent be05d2693e
commit 09e9e15c5e
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

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