From 46842170975aa418f34258c202cac6067ca86ce6 Mon Sep 17 00:00:00 2001
From: kaizheng <18763216000@163.com>
Date: Thu, 12 Sep 2013 21:09:44 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=8B=B1=E6=96=87=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E4=B8=AD=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4=E6=97=B6=E9=97=B4=E5=88=86=E8=A1=8C=E7=9A=84=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=EF=BC=8C=E4=BB=A5=E5=8F=8A=E4=BF=AE=E5=A4=8D=E7=BC=BA?=
=?UTF-8?q?=E5=A4=B1=E7=9A=84=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/layouts/base_bids.html.erb | 6 +++---
app/views/users/watch_bids.html.erb | 6 +++---
public/themes/redpenny-master/stylesheets/application.css | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/app/views/layouts/base_bids.html.erb b/app/views/layouts/base_bids.html.erb
index 03717da65..eff2cd6f7 100644
--- a/app/views/layouts/base_bids.html.erb
+++ b/app/views/layouts/base_bids.html.erb
@@ -62,9 +62,9 @@
- <%= link_to l(:label_followers)+"("+@bid.watcher_users.count.to_s+")", respond_path(@bid) %>
+ <%= link_to l(:label_x_followers, :count => @bid.watcher_users.count)+"("+@bid.watcher_users.count.to_s+")", respond_path(@bid) %>
<%= link_to l(:label_bidding_project)+"("+@bid.biding_projects.count.to_s+")", project_for_bid_path(@bid) %>
- <%= link_to l(:label_responses)+"("+@bid.commit.to_s+")", respond_path(@bid)%>
+ <%= link_to l(:label_x_responses, :count => @bid.commit)+"("+@bid.commit.to_s+")", respond_path(@bid)%>
@@ -82,7 +82,7 @@
- <%= l(:label_followers) %>
+ <%= l(:label_x_followers, :count => @bid.watcher_users.count) %>
diff --git a/app/views/users/watch_bids.html.erb b/app/views/users/watch_bids.html.erb
index 749245741..88b2c595b 100644
--- a/app/views/users/watch_bids.html.erb
+++ b/app/views/users/watch_bids.html.erb
@@ -29,9 +29,9 @@
- <%= l(:label_biding_project) %>(<%=link_to bid.biding_projects.count, project_for_bid_path(bid) %>)
- <%= l(:label_responses) %>(<%=link_to bid.commit, respond_path(bid) %>)
- <%= l(:label_followers) %>(<%=link_to bid.watcher_users.count, respond_path(bid) %>)
+ <%= l(:label_x_biding_project, :count => bid.biding_projects.count) %>(<%=link_to bid.biding_projects.count, project_for_bid_path(bid) %>)
+ <%= l(:label_x_responses, :count => bid.commit) %>(<%=link_to bid.commit, respond_path(bid) %>)
+ <%= l(:label_x_followers, :count => bid.watcher_users.count) %>(<%=link_to bid.watcher_users.count, respond_path(bid) %>)
|
diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css
index 3c9e21a6b..8fa8fdd3f 100644
--- a/public/themes/redpenny-master/stylesheets/application.css
+++ b/public/themes/redpenny-master/stylesheets/application.css
@@ -1103,7 +1103,7 @@ div.wiki-description {
margin-left: 607px;
float: left;
height: auto;
- width: 246px;
+ width: 300px;
font-family: '微软雅黑',helvetica,arial,sans-serif; /*modify by men*/
color: rgb(0, 0, 0);
font-size: 13px;
@@ -1196,7 +1196,7 @@ a.img-tag3{
}
.stats span.info {
- width: 100px;
+ width: 145px;
text-align: right;
display: inline-block;
font-weight: bold;