File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class="position-absolute start-0 end-0 top-0 bottom-0 z-2"></a>
8080 <x-like :model =" $post" />
8181
8282 <a class =" d-flex align-items-center text-body-secondary text-decoration-none me-4"
83- href =" {{ route (' post.show' , $post ) } }" >
83+ href =" {{ route (' post.show' , [ $post , ' #comments-frame ' ] ) } }" >
8484 <x-icon path =" i.comment" />
8585 @if ($post -> comments_count > 0 )
8686 <span class =" ms-2" >{{ $post -> comments_count } } </span >
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class="position-absolute top-0 end-0 m-4 btn btn-link link-secondary text-decora
7373 <x-like :model =" $post" />
7474
7575 <a class =" d-flex align-items-center text-body-secondary text-decoration-none me-4"
76- href =" {{ route (' post.show' , $post ) } }" >
76+ href =" {{ route (' post.show' , [ $post , ' #comments-frame ' ] ) } }" >
7777 <x-icon path =" i.comment" />
7878 <span class =" ms-2" >{{ $post -> comments_count } } </span >
7979 </a >
You can’t perform that action at this time.
0 commit comments