mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-09 22:39:50 +08:00
6 lines
247 B
Plaintext
6 lines
247 B
Plaintext
<% if @message.present? %>
|
|
$.notify({ message: "<%= @message %>" });
|
|
<% else %>
|
|
$('.modal.admin-edit-discipline-modal').modal("hide");
|
|
$(".discipline-list-container").html("<%= j(render :partial => 'admins/disciplines/shared/list') %>");
|
|
<% end %> |