You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

update_page.js.erb 148B

123
  1. <% @updated_blocks.each do |block| %>
  2. $("#block-<%= block %>").replaceWith("<%= escape_javascript render_block(block.to_s, @user) %>");
  3. <% end %>