From b8a3d3f6737dfe9b30f2681b51a22ac76cbcb440 Mon Sep 17 00:00:00 2001 From: kaizheng <18763216000@163.com> Date: Fri, 9 Aug 2013 11:24:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=E7=8E=B0=E6=9C=89=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/bids/_bid_show.html.erb | 10 +++++----- app/views/bids/show.html.erb | 2 +- app/views/users/watch_bids.html.erb | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/views/bids/_bid_show.html.erb b/app/views/bids/_bid_show.html.erb index 3a1dc8f86..2df13422e 100644 --- a/app/views/bids/_bid_show.html.erb +++ b/app/views/bids/_bid_show.html.erb @@ -1,6 +1,6 @@ - + diff --git a/app/views/bids/show.html.erb b/app/views/bids/show.html.erb index 0bd76d842..6417472db 100644 --- a/app/views/bids/show.html.erb +++ b/app/views/bids/show.html.erb @@ -7,7 +7,7 @@ - +
需求列表<%= l(:label_requirement_list) %> <% if User.current.logged? %>
<%= toggle_link l(:button_new_bid), 'put-bid-form', {:focus => 'project_id'} %> @@ -21,10 +21,10 @@
- - - - + + + +
悬赏:¥<%= bid.budget%>(<%= link_to bid.biding_projects.count, project_for_bid_path(bid)%>)应标(<%= link_to bid.commit, respond_path(bid)%>)反馈(<%= link_to bid.watcher_users.count, respond_path(bid)%>)关注<%= l(:label_price) %><%= l(:label_RMB_sign) %><%= bid.budget%>(<%= link_to bid.biding_projects.count, project_for_bid_path(bid)%>)<%= l(:label_competitive_bidding) %>(<%= link_to bid.commit, respond_path(bid)%>)<%= l(:label_responses) %>(<%= link_to bid.watcher_users.count, respond_path(bid)%>)<%= l(:label_followers) %>
<%= format_time bid.created_on %>

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

悬赏:<%= @bid.budget %><%= l(:label_price) %><%= @bid.budget %>
diff --git a/app/views/users/watch_bids.html.erb b/app/views/users/watch_bids.html.erb index 8b3ea096a..d8a048752 100644 --- a/app/views/users/watch_bids.html.erb +++ b/app/views/users/watch_bids.html.erb @@ -1,7 +1,7 @@ - +
需求列表<%= l(:label_requirement_list) %>
<% for bid in @bid%> @@ -18,10 +18,10 @@ - - - - + + + +
悬赏:¥<%= bid.budget%>(<%= bid.biding_projects.count%>)应标(<%= bid.commit %>)反馈(<%= bid.watcher_users.count%>)关注<%= 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 %>