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 %>