Files
nairobi/app/views/users/_budget_investments.html.erb
2017-07-13 20:29:34 +02:00

8 lines
269 B
Plaintext

<table id="budget_investments_list" class="clear activity-budget-investments">
<% @budget_investments.each do |budget_investment| %>
<%= render "budget_investment", budget_investment: budget_investment %>
<% end %>
</table>
<%= paginate @budget_investments %>