3 lines
406 B
Plaintext
3 lines
406 B
Plaintext
$("#org_teachers_list").html('<%= escape_javascript( render :partial => 'organizations/org_teachers_list', :locals => {:org_teachers => @org_teachers})%>');
|
|
$("#pages").html('<%= pagination_links_full @atta_pages, @teachers_count, :per_page_links => false, :remote => @is_remote, :flag => true %>');
|
|
$("#org_teacher_search").attr('href','<%= teachers_organization_path(@organization, :type => @type) %>'); |