forked from saurabh/orbit4-5
3 lines
336 B
Plaintext
3 lines
336 B
Plaintext
$("#sort_headers").html("<%= j render 'sort_headers' %>");
|
|
$("#summary_block_users").html("<%= j render :partial => 'member_for_summary', :collection => @members %>");
|
|
$("#user_pagination").html("<%= j paginate @members, :params => {:direction => params[:direction], :sort => params[:sort], :filter => @filter, :new_filter => nil} %>"); |