解决英文页面项目列表中提交时间分行的问题,以及修复缺失的国际化

This commit is contained in:
kaizheng 2013-09-12 21:09:44 +08:00
parent 3ae85e93ad
commit 4684217097
3 changed files with 8 additions and 8 deletions

View File

@ -62,9 +62,9 @@
</tr> </tr>
</table> </table>
<div> <div>
<%= link_to l(:label_followers)+"("+@bid.watcher_users.count.to_s+")", respond_path(@bid) %> &nbsp; <%= link_to l(:label_x_followers, :count => @bid.watcher_users.count)+"("+@bid.watcher_users.count.to_s+")", respond_path(@bid) %> &nbsp;
<%= link_to l(:label_bidding_project)+"("+@bid.biding_projects.count.to_s+")", project_for_bid_path(@bid) %>&nbsp; <%= link_to l(:label_bidding_project)+"("+@bid.biding_projects.count.to_s+")", project_for_bid_path(@bid) %>&nbsp;
<%= 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)%>
</div> </div>
</div> </div>
<div class="user_fans"> <div class="user_fans">
@ -82,7 +82,7 @@
</div> </div>
<div class="user_fans"> <div class="user_fans">
<div class="font_title_left"> <div class="font_title_left">
<strong><%= l(:label_followers) %></strong> <strong><%= l(:label_x_followers, :count => @bid.watcher_users.count) %></strong>
</div> </div>
<div class="user_underline"></div> <div class="user_underline"></div>
<div class="left_wf"> <div class="left_wf">

View File

@ -29,9 +29,9 @@
</td> </td>
</tr> </tr>
<tr><td> <tr><td>
<span class="font_lighter"><%= l(:label_biding_project) %>(<strong><%=link_to bid.biding_projects.count, project_for_bid_path(bid) %></strong>)</span> <span class="font_lighter"><%= l(:label_x_biding_project, :count => bid.biding_projects.count) %>(<strong><%=link_to bid.biding_projects.count, project_for_bid_path(bid) %></strong>)</span>
<span class="font_lighter"><%= l(:label_responses) %>(<strong><%=link_to bid.commit, respond_path(bid) %></strong>)</span> <span class="font_lighter"><%= l(:label_x_responses, :count => bid.commit) %>(<strong><%=link_to bid.commit, respond_path(bid) %></strong>)</span>
<span class="font_lighter"><%= l(:label_followers) %>(<strong><%=link_to bid.watcher_users.count, respond_path(bid) %></strong>)</span> <span class="font_lighter"><%= l(:label_x_followers, :count => bid.watcher_users.count) %>(<strong><%=link_to bid.watcher_users.count, respond_path(bid) %></strong>)</span>
</td> </td>
</tr> </tr>
</table></td> </table></td>

View File

@ -1103,7 +1103,7 @@ div.wiki-description {
margin-left: 607px; margin-left: 607px;
float: left; float: left;
height: auto; height: auto;
width: 246px; width: 300px;
font-family: '微软雅黑',helvetica,arial,sans-serif; /*modify by men*/ font-family: '微软雅黑',helvetica,arial,sans-serif; /*modify by men*/
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
font-size: 13px; font-size: 13px;
@ -1196,7 +1196,7 @@ a.img-tag3{
} }
.stats span.info { .stats span.info {
width: 100px; width: 145px;
text-align: right; text-align: right;
display: inline-block; display: inline-block;
font-weight: bold; font-weight: bold;