forked from jasder/forgeplus
5 lines
200 B
Plaintext
5 lines
200 B
Plaintext
|
<% if @message.present? %>
|
||
|
$.notify({ message: "<%= @message %>" });
|
||
|
<% else %>
|
||
|
$(".sub-discipline-list-container").html("<%= j(render :partial => 'admins/sub_disciplines/shared/list') %>");
|
||
|
<% end %>
|