You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/app/views/courses/update.js.erb

5 lines
146 B

6 years ago
<% if @course.errors.full_messages.count <= 0 %>
notice_box('更新成功!');
<% else %>
notice_box('保存失败,请重新编辑');
<% end %>