Reimplements several bi views
This commit is contained in:
5
app/views/budgets/investments/show.html.erb
Normal file
5
app/views/budgets/investments/show.html.erb
Normal 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 } %>
|
||||
Reference in New Issue
Block a user