Adds missing content to budget investments mode view
This feature was already on Madrid fork and missing on backport
This commit is contained in:
@@ -70,20 +70,12 @@
|
||||
ballot: @ballot
|
||||
} %>
|
||||
<% end %>
|
||||
|
||||
<%= render "banners" if @budget.selecting? || @budget.balloting? %>
|
||||
<%= paginate @investments %>
|
||||
|
||||
<% else %>
|
||||
|
||||
<% @investments.each do |investment| %>
|
||||
<%= render partial: '/budgets/investments/investment_minimal',
|
||||
locals: { investment: investment } %>
|
||||
<% end %>
|
||||
|
||||
<%= render "banners" if @budget.selecting? || @budget.balloting? %>
|
||||
<%= paginate @investments %>
|
||||
|
||||
<% end %>
|
||||
|
||||
<%= paginate @investments %>
|
||||
|
||||
Reference in New Issue
Block a user