<%= image_tag(url_to_avatar(@bid.author), :class => "avatar")%> <% if @bid.reward_type.nil? or @bid.reward_type == 1%> <% elsif @bid.reward_type == 2%> <% else %> <% end %>

<%= link_to(@bid.author.lastname+@bid.author.firstname, user_path(@bid.author))%>:<%= @bid.name %>

<%= l(:label_bids_reward_method) %> <%= l(:label_call_bonus) %> <%= l(:label_RMB_sign) %><%= @bid.budget%> <%= l(:label_bids_reward_method) %> <%= @bid.budget%>
<%= @bid.description %> <% if @bid.attachments.any?%> <% options = {:author => true} %> <%= 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}%>
<%= render :partial => 'history', :locals => { :bid => @bid, :journals => @jour, :state => false} %>