From cd41653747b257bcf23a9d450f07015280de964f Mon Sep 17 00:00:00 2001 From: fanqiang <316257774@qq.com> Date: Mon, 26 Aug 2013 11:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=B3=E6=B3=A8=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/watch_bids.html.erb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app/views/users/watch_bids.html.erb b/app/views/users/watch_bids.html.erb index 90823826b..a9cd97895 100644 --- a/app/views/users/watch_bids.html.erb +++ b/app/views/users/watch_bids.html.erb @@ -16,8 +16,16 @@
<%= l(:label_price) %><%= l(:label_RMB_sign) %><%= bid.budget%> | +|||
+ <% if bid.reward_type.nil? or bid.reward_type == 1%> + <%= l(:label_bids_reward_method) %><%= l(:label_call_bonus) %> <%= l(:label_RMB_sign) %><%= bid.budget%> + <% elsif bid.reward_type == 2%> + <%= l(:label_bids_reward_method) %><%= bid.budget%> + <% else %> + <%= l(:label_bids_reward_method) %><%= l(:label_bids_credit) %> <%= bid.budget%><%= l(:label_bids_credit_number) %> + <% end %> | + +(<%= bid.biding_projects.count%>)<%= l(:label_biding_project) %> | (<%= bid.commit %>)<%= l(:label_responses) %> | (<%= bid.watcher_users.count%>)<%= l(:label_followers) %> |