forgeplus/app/views/admins/disciplines/adjust_position.js.erb

5 lines
192 B
Plaintext
Raw Permalink Normal View History

2020-03-09 00:40:16 +08:00
<% if @message.present? %>
$.notify({ message: "<%= @message %>" });
<% else %>
$(".discipline-list-container").html("<%= j(render :partial => 'admins/disciplines/shared/list') %>");
<% end %>