Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/views/comments/_comment_actions.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
<% if can_reply_to_comment?(comment) %>
<li id="add_comment_reply_link_<%= comment.id %>"><%= add_comment_reply_link comment %></li>
<% end %>
<% unless comment.unreviewed? %>
<li><%= link_to ts("Thread"), comment %></li>
<% end %>
<% if comment.depth > 0 %>
<li><%= link_to ts("Parent Thread"), comment_path(id: comment.thread) %></li>
<% end %>
Expand Down
Loading