From f9b99bb7b2787a1fbda0bfbac2ba8c091b9c27ed Mon Sep 17 00:00:00 2001 From: m0nclous Date: Mon, 3 Mar 2025 17:13:16 +0600 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=8F=D0=BA=D0=BE=D1=80=D1=8C=20=D0=BD=D0=B0=20=D0=B1?= =?UTF-8?q?=D0=BB=D0=BE=D0=BA=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=D1=80=D0=B8=D0=B5=D0=B2=20=D0=B4=D0=BB=D1=8F=20=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B5=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/post/list.blade.php | 2 +- resources/views/post/show.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/post/list.blade.php b/resources/views/post/list.blade.php index b7574b26..ea0626fa 100644 --- a/resources/views/post/list.blade.php +++ b/resources/views/post/list.blade.php @@ -80,7 +80,7 @@ class="position-absolute start-0 end-0 top-0 bottom-0 z-2"> + href="{{ route('post.show', [$post, '#comments-frame']) }}"> @if($post->comments_count > 0) {{ $post->comments_count }} diff --git a/resources/views/post/show.blade.php b/resources/views/post/show.blade.php index 4bb1b5c3..96b2362b 100644 --- a/resources/views/post/show.blade.php +++ b/resources/views/post/show.blade.php @@ -73,7 +73,7 @@ class="position-absolute top-0 end-0 m-4 btn btn-link link-secondary text-decora + href="{{ route('post.show', [$post, '#comments-frame']) }}"> {{ $post->comments_count }}