orbit-personalhonor/app/views/panel/personal_honor/back_end/honors/index.js.erb

3 lines
315 B
Plaintext
Raw Normal View History

2014-01-15 10:52:06 +00:00
$("#sort_headers").html("<%= j render 'sort_headers' %>");
$("#tbody_honors").html("<%= j render :partial => 'honor', :collection => @honors %>");
$("#honor_pagination").html("<%= j paginate @honors, :params => {:direction => params[:direction], :sort => params[:sort], :filter => @filter, :new_filter => nil} %>");