11 lines
373 B
Plaintext
11 lines
373 B
Plaintext
<% provide :title do %><%= @investment.title %><% end %>
|
|
|
|
<%= render partial: '/budgets/investments/investment_show', locals: {
|
|
investment: @investment,
|
|
investment_ids: @investment_ids,
|
|
investment_votes: @investment_votes,
|
|
ballot: @ballot
|
|
} %>
|
|
|
|
<%= render partial: '/comments/comment_tree', locals: { comment_tree: @comment_tree, comment_flags: @comment_flags } %>
|