diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index 23dd514d1..cb5ede7f8 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -67,9 +67,9 @@
- +
<%= render 'comments/votes', comment: comment %> - +
<% if comment.children.size > 0 %> <%= link_to "#{dom_id(comment)}", class: "js-toggle-children relative", data: {'id': "#{dom_id(comment)}"} do %>