From 22e5ba344a90bd973a66d36009e0fff3137364ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baza=CC=81n?= Date: Tue, 9 Feb 2016 20:55:09 +0100 Subject: [PATCH] adds id to children comments container --- app/views/comments/_comment.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index b0c60941a..ad6114457 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -87,7 +87,7 @@ <% end %> -
+
<% child_comments_of(comment).each do |child| %> <%= render 'comments/comment', comment: child %> <% end %>