mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-14 22:24:36 +08:00
2 lines
213 B
Plaintext
2 lines
213 B
Plaintext
$('.admin-modal-container').html("<%= j( render partial: 'admins/departments/shared/edit_department_modal', locals: { department: current_department } ) %>");
|
|
$('.modal.admin-edit-department-modal').modal('show'); |