diff --git a/app/views/budgets/investments/show.html.erb b/app/views/budgets/investments/show.html.erb index dede17d66..264e7b102 100644 --- a/app/views/budgets/investments/show.html.erb +++ b/app/views/budgets/investments/show.html.erb @@ -15,6 +15,8 @@ <%= render "budgets/investments/milestones" %>
- <%= render partial: 'budgets/investments/comments', locals: { comment_tree: @comment_tree, comment_flags: @comment_flags } %> + <%= render partial: '/comments/comment_tree', locals: { comment_tree: @comment_tree, + comment_flags: @comment_flags, + display_comments_count: false } %>