提示语

This commit is contained in:
huang 2016-10-08 17:20:27 +08:00
parent 937f93e756
commit baf556bd39
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}) %>');