<% for bid in @bid%>
<%= link_to image_tag(url_to_avatar(bid.author), :class => 'avatar'), :class => "avatar" %>
<%= link_to(bid.author, user_path(bid.author), :class => 'bid_user') %>:<%= link_to(bid.name, respond_path(bid), :class => 'bid_path') %>
<%= l(:label_price) %><%= l(:label_RMB_sign) %><%= bid.budget%> (<%= bid.biding_projects.count%>)<%= l(:label_competitive_bidding) %> (<%= bid.commit %>)<%= l(:label_responses) %> (<%= bid.watcher_users.count%>)<%= l(:label_followers) %>
<%= format_time bid.created_on %>
<%= bid.description%>
<% end %>