1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-22 16:31:12 +00:00
redmine/app/views/my/update_page.js.erb
2016-10-30 08:32:31 +00:00

4 lines
149 B
Plaintext

<% @updated_blocks.each do |block| %>
$("#block-<%= block %>").html("<%= escape_javascript render_block_content(block.to_s, @user) %>");
<% end %>