15 lines
742 B
Plaintext
15 lines
742 B
Plaintext
$("#progress_bar").html('<%= j render("budgets/ballot/progress_bar", ballot: @ballot) %>');
|
|
$("#sidebar").html('<%= j render("budgets/investments/sidebar") %>');
|
|
$("#ballot").html('<%= j render("budgets/ballot/ballot") %>')
|
|
|
|
$("#<%= dom_id(@investment) %>_ballot").html('<%= j render("/budgets/investments/ballot",
|
|
investment: @investment,
|
|
investment_ids: @investment_ids,
|
|
ballot: @ballot) %>');
|
|
<%= render 'refresh_ballots',
|
|
investment: @investment,
|
|
investment_ids: @investment_ids,
|
|
ballot: @ballot %>
|
|
|
|
App.Map.initialize();
|