From 14dcb18b9635ea06c53ae7925a846f50ffb09fd5 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Fri, 9 May 2014 10:20:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E4=BD=9C=E4=B8=9A=E6=97=81=E8=BE=B9?= =?UTF-8?q?=E7=9A=84=20=E2=80=9C=E5=A5=BD=E9=97=AE=E9=A2=98=E2=80=9D?= =?UTF-8?q?=EF=BC=8C=E2=80=9C=E7=83=82=E9=97=AE=E9=A2=98=E2=80=9D=20?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/bids/show.html.erb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/views/bids/show.html.erb b/app/views/bids/show.html.erb index aaa45c37a..8b7e0d8ea 100644 --- a/app/views/bids/show.html.erb +++ b/app/views/bids/show.html.erb @@ -20,10 +20,6 @@ <%= render :partial => 'attachments/links', :locals => {:attachments => @bid.attachments, :options => options} %> <% end %> - - <%= render :partial => "/praise_tread/praise_tread", - :locals => {:obj => @bid,:show_flag => true,:user_id =>User.current.id}%> -
@@ -35,6 +31,6 @@