From f52e74da61dea80ed6c6a544e2821d593a2faf33 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 15 Jan 2016 16:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9issues=E6=80=BB=E6=95=B0?= =?UTF-8?q?=E8=AF=BB=E5=8F=96=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index cf0428c27..4217ca44e 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -71,7 +71,7 @@ 清空 <%#= link_to '新建问题', new_project_issue_path(@project) , :class => "green_u_btn fr ml10" %> -

<%= l(:label_issues_sum) %>:<%= @project.issues.visible.all.count %> +

<%= l(:label_issues_sum) %>:<%= @project.project_score.issue_num %> <%= l(:lable_issues_undo) %>:<%= @project.issues.where('status_id in (1,2,4,6)').visible.all.count %>