mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
wip
This commit is contained in:
parent
28555af28f
commit
b7dbfc5f2a
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
<dt class="text-sm text-gray-500">Thread</dt>
|
<dt class="text-sm text-gray-500">Thread</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
<x-link href="{{ route('thread.show', $tip->thread->slug) }}">
|
<x-link href="{{ route('thread.show', $tip->thread->slug, false) }}">
|
||||||
{{ $tip->thread->title }}
|
{{ $tip->thread->title }}
|
||||||
</x-link>
|
</x-link>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
class="flex flex-col items-center space-y-6 md:space-y-12 text-center group transition transform active:scale-[0.99] duration-75 relative"
|
class="flex flex-col items-center space-y-6 md:space-y-12 text-center group transition transform active:scale-[0.99] duration-75 relative"
|
||||||
role="article">
|
role="article">
|
||||||
<a class="absolute inset-0 w-full h-full" title="{{ $tip->title }}"
|
<a class="absolute inset-0 w-full h-full" title="{{ $tip->title }}"
|
||||||
href="{{ route('tip.show', $tip) }}">
|
href="{{ route('tip.show', $tip, false) }}">
|
||||||
<span class="sr-only">{{ $tip->title }}</span>
|
<span class="sr-only">{{ $tip->title }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue