<%= render_flash_messages %> <% if User.current.logged? %> <% end %>
<%= l(:label_bidding_project) %>(<%= @bidding_project.count%>)
<%= toggle_link l(:button_bidding), 'put-bid-form' %>
<% @bidding_project.each do |b_project|%>
<%= image_tag(url_to_avatar(b_project.project), :class => 'avatar3') %>
<%= link_to(b_project.project.name, project_path(b_project.project)) %><%= l(:label_join_bidding)%>
<%= b_project.project.description %>
<%= b_project.created_at %>
<%= l(:label_bidding_user) %><%= link_to(b_project.user.name, user_path(b_project.user)) %>
<%= l(:label_bidding_reason) %><%= b_project.description %>
<% end %>