docbrown/app/views/articles/_comment_tree.html.erb
Mac Siri 2f42bc46d4
Add collection cache in articles/full_comment_area (#15278)
* Add collection cache in articles/full_comment_area

* Add missing file
2021-11-04 10:38:29 -04:00

2 lines
144 B
Text

<% comment, sub_comments = comment_node %>
<%= nested_comments(tree: { comment => sub_comments }, commentable: @article, is_view_root: true) %>