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/poll/index.html.erb

22 lines
999 B

<%= stylesheet_link_tag 'polls', :media => 'all' %>
<div class="with78 fl">
<div class="ml20">
<div class="edu-con-top clearfix">
<p class="ml15 color-grey3 fl">问卷列表</p>
<% if @is_teacher %>
<a href="<%= new_poll_path(:course_id => @course.id) %>" class="white-btn orange-btn fr mr20 mt3" title="新建">新建</a>
<a href="<%= other_poll_poll_index_path(:course_id => @course.id) %>" data-remote="true" class="white-btn orange-btn fr mr20 mt3">问卷选用</a>
<!--<a href="javascript:void(0)" class="white-btn orange-btn fr mr20 mt3" data-remote="true" title="导出成绩">导出成绩</a>-->
<% end %>
</div>
<div class="edu-class-innner-conbox">
<div class="edu-con-top clearfix" id="poll_index_tab">
<%= render :partial => "poll/poll_index_tab" %>
</div>
<div id="poll_index_list" class="mh550 clearfix">
<%= render :partial => "poll/poll_list" %>
</div>
</div>
</div>
</div>