From f2ead4dae2eec9ec6fc9b02bf2f11261311264b4 Mon Sep 17 00:00:00 2001 From: huangjingquan Date: Mon, 2 Sep 2013 22:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=95=8C=E9=9D=A2sidebar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/base_projects.html.erb | 10 +++++----- config/locales/en.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb index 0994dcec0..b95ad4e94 100644 --- a/app/views/layouts/base_projects.html.erb +++ b/app/views/layouts/base_projects.html.erb @@ -58,13 +58,13 @@ <%=link_to "#{@project.members.count}", project_member_path(@project) %> <%=link_to @project.watcher_users.count, :controller=>"projects", :action=>"watcherlist" %> <%=link_to "#{@project.issues.count}", project_issues_path(@project) %> - <%=link_to files_count, project_files_path(@project) %> + - <%= l(:label_member) %> - <%= l(:label_user_watcher) %> - <%= l(:label_project_issues) %> - <%= l(:label_attachment) %> + <%= l(:label_member) %> + <%= l(:label_user_watcher) %> + <%= l(:label_project_issues) %> + diff --git a/config/locales/en.yml b/config/locales/en.yml index 7d79cb93c..b4cc5d58f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1115,7 +1115,7 @@ en: label_file_new: Download label_user_edit: "Edit information" label_user_info: "User information" #huang 添加 - label_user_watcher: "Followed" # huang添加的 # modified by bai + label_user_watcher: "Followed by" # huang添加的 # modified by bai label_user_fans: "Followed by" # modified by bai label_user_commits: "Code commits" label_user_watchered: "Followed" # huang添加的