From 7d820a9284ab1b4ad558a23f0c2c75ec1e5d313e Mon Sep 17 00:00:00 2001 From: nil-cipher Date: Wed, 1 Oct 2025 23:44:49 -0700 Subject: [PATCH] Make thread button appear even if comment is unreviewed --- app/views/comments/_comment_actions.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/comments/_comment_actions.html.erb b/app/views/comments/_comment_actions.html.erb index 766bbe9e29c..fd71f70bb4a 100644 --- a/app/views/comments/_comment_actions.html.erb +++ b/app/views/comments/_comment_actions.html.erb @@ -11,9 +11,7 @@ <% if can_reply_to_comment?(comment) %> <% end %> - <% unless comment.unreviewed? %>
  • <%= link_to ts("Thread"), comment %>
  • - <% end %> <% if comment.depth > 0 %>
  • <%= link_to ts("Parent Thread"), comment_path(id: comment.thread) %>
  • <% end %>