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 @@