Use comments comment_tree partial without comments count display investments show page

This commit is contained in:
Bertocq
2017-06-26 18:54:07 +02:00
parent 6c386ffd95
commit 79ecc5cfca

View File

@@ -15,6 +15,8 @@
<%= render "budgets/investments/milestones" %> <%= render "budgets/investments/milestones" %>
<div class="tabs-panel is-active" id="tab-comments"> <div class="tabs-panel is-active" id="tab-comments">
<%= 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 } %>
</div> </div>
</div> </div>