1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00
This commit is contained in:
Lars Klopstra 2021-04-07 18:58:28 +02:00
parent 28555af28f
commit b7dbfc5f2a
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
<dt class="text-sm text-gray-500">Thread</dt>
<dd>
<x-link href="{{ route('thread.show', $tip->thread->slug) }}">
<x-link href="{{ route('thread.show', $tip->thread->slug, false) }}">
{{ $tip->thread->title }}
</x-link>
</dd>