将作业旁边的 “好问题”,“烂问题” 选项去掉

This commit is contained in:
sw 2014-05-09 10:20:34 +08:00
parent 42e6fc6a68
commit 14dcb18b96
1 changed files with 2 additions and 6 deletions

View File

@ -20,10 +20,6 @@
<%= render :partial => 'attachments/links', :locals => {:attachments => @bid.attachments, :options => options} %>
<% end %>
</div>
<span id="praise_tread" style="float: right">
<%= render :partial => "/praise_tread/praise_tread",
:locals => {:obj => @bid,:show_flag => true,:user_id =>User.current.id}%>
</span>
</span>
</div>
<div style="clear: both;"></div>
@ -35,6 +31,6 @@
<div class="pagination" style="float:left;">
<ul>
<%= pagination_links_full @feedback_pages %>
<ul>
</div>
</ul>
</div>