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 %>