From 1f4f03d8ed7d9ca574b7d46523fd70e2ac4c7e7e Mon Sep 17 00:00:00 2001 From: huang Date: Sat, 13 Aug 2016 17:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=AD=E7=9A=84=E8=B5=84=E6=BA=90=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_project_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/_project_list.html.erb b/app/views/users/_project_list.html.erb index e453a1d9b..0c65dd76d 100644 --- a/app/views/users/_project_list.html.erb +++ b/app/views/users/_project_list.html.erb @@ -47,7 +47,7 @@

<%= link_to project.members.count, member_project_path(project), :class => "c_blue" %>成员  | <%= link_to project.project_score.issue_num, project_issues_path(project), :class => "c_blue" %>问题  | - <%= link_to project.project_score.attach_num, file_project_path(project), :class => "c_blue" %>资源 + <%= link_to project.project_score.attach_num, project_files_path(project), :class => "c_blue" %>资源