adds id to children comments container

This commit is contained in:
Juanjo Bazán
2016-02-09 20:55:09 +01:00
committed by Juanjo Bazán
parent 7393f4dd93
commit 22e5ba344a

View File

@@ -87,7 +87,7 @@
</div>
<% end %>
<div class="comment-children">
<div id="<%= dom_id(comment) %>_children" class="comment-children">
<% child_comments_of(comment).each do |child| %>
<%= render 'comments/comment', comment: child %>
<% end %>