adds id to children comments container
This commit is contained in:
committed by
Juanjo Bazán
parent
7393f4dd93
commit
22e5ba344a
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user