forked from jasder/forgeplus
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 %>
|