diff --git a/app/views/sub_document_comments/_show_sub_document.html.erb b/app/views/sub_document_comments/_show_sub_document.html.erb index 26ffd0ec1..0e5c9a2b0 100644 --- a/app/views/sub_document_comments/_show_sub_document.html.erb +++ b/app/views/sub_document_comments/_show_sub_document.html.erb @@ -41,6 +41,78 @@ + <% comments_for_doc = document.children.reorder("created_at desc") %> + <% count = document.children.count() %> + +