We were even passing the `ballot` local variable in some places, which was ignored because we were using instace variables.
9 lines
313 B
Plaintext
9 lines
313 B
Plaintext
$("#progress_bar").html("<%= j render("/budgets/ballot/progress_bar", ballot: @ballot, heading: @heading) %>");
|
|
$("#sidebar").html("<%= j render("/budgets/investments/sidebar") %>");
|
|
|
|
<%= render "refresh_ballots",
|
|
investment_ids: @investment_ids,
|
|
ballot: @ballot %>
|
|
|
|
App.Map.initialize();
|