socialforge/app/views/works/index.js.erb

2 lines
170 B
Plaintext
Raw Normal View History

2016-12-23 14:41:21 +08:00
$("#homework_index_list").html("<%=escape_javascript(render :partial => 'work_index_list', :locals => {:homework_commons => @homeworks,:contest_id => @contest.id}) %>");