提示语

This commit is contained in:
huang 2016-10-08 17:21:30 +08:00
parent 4aca50e62d
commit f3f59c727c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<% if @polls.empty? %>
alert('您目前其他课程无问卷可导入');
alert('您的其它班级下没有问卷可供导入');
<% else %>
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'other_poll',:locals => {:polls => @polls,:polls_group_id=>@polls_group_id}) %>');