Reimplements several bi views

This commit is contained in:
kikito
2016-12-02 19:23:46 +01:00
parent 4372238df8
commit c1f62dd317
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<% provide :title do %><%= investment.title %><% end %>
<%= render partial: '/budgets/investments/investment', locals: { investment: @investment, investment_votes: @investment_votes } %>
<%= render partial: '/comments/comment_tree', locals: { comment_tree: @comment_tree, comment_flags: @comment_flags } %>