From 853aa7a9c2656c2c9ed23ec1b3f53f301fbd2ec3 Mon Sep 17 00:00:00 2001 From: MarskyMessier Date: Mon, 20 Oct 2025 02:42:01 +0200 Subject: [PATCH] fix(comments): remove unused "faded" class from buttons and edit to link instead --- resources/views/comments/_actions.blade.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/comments/_actions.blade.php b/resources/views/comments/_actions.blade.php index a95efe0c48..2ec74241ca 100644 --- a/resources/views/comments/_actions.blade.php +++ b/resources/views/comments/_actions.blade.php @@ -3,16 +3,16 @@
@can('reply-to-comment', $comment) - + Reply @endcan @can('edit-comment', $comment) - + Edit @endcan @if (((Auth::user()->id == $comment->commentable_id && $comment->commentable_type == 'App\Models\User\UserProfile') || Auth::user()->isStaff) && (isset($compact) && !$compact)) - + {{ $comment->is_featured ? 'Unf' : 'F' }}eature Comment @endif @can('delete-comment', $comment)