提示语
This commit is contained in:
parent
4aca50e62d
commit
f3f59c727c
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<% if @polls.empty? %>
|
<% if @polls.empty? %>
|
||||||
alert('您目前其他课程无问卷可导入');
|
alert('您的其它班级下没有问卷可供导入');
|
||||||
<% else %>
|
<% else %>
|
||||||
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'other_poll',:locals => {:polls => @polls,:polls_group_id=>@polls_group_id}) %>');
|
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'other_poll',:locals => {:polls => @polls,:polls_group_id=>@polls_group_id}) %>');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue