diff --git a/app/views/bids/_bid_show.html.erb b/app/views/bids/_bid_show.html.erb index 685e800f1..1732a02f0 100644 --- a/app/views/bids/_bid_show.html.erb +++ b/app/views/bids/_bid_show.html.erb @@ -1,15 +1,8 @@ - - - -
<%= l(:label_requirement_list) %> <% if User.current.logged? %> -
- <%= toggle_link l(:button_new_bid), 'put-bid-form', {:focus => 'project_id'} %> -
<% end %>
<% bids.each do |bid|%> - +
<%= link_to image_tag(url_to_avatar(bid.author), :class => 'avatar'), :class => "avatar" %>