mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
4 lines
195 B
Plaintext
4 lines
195 B
Plaintext
|
|
if($("#add-users-list").length > 0){
|
|
$("#add-users-list").html("<%= j render partial: "admins/auth_schools/shared/add_users_list", locals: {users: @users, school_id: params[:school_id]} %>")
|
|
} |