3 lines
316 B
Plaintext
3 lines
316 B
Plaintext
|
$("#delete_all").attr("action", "<%= delete_admin_designs_path(:direction => params[:direction], :sort => params[:sort], :sort_options => params[:sort_options]) %>");
|
||
|
$("#sort_headers").html("<%= j render 'sort_headers' %>");
|
||
|
$("#tbody_designs").html("<%= j render :partial => 'design', :collection => @designs %>");
|