From ec0d21b2433262a9bbe7edadce4d2163398d10a0 Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 30 Sep 2016 17:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=B4=E5=82=B2=E9=A1=B9=E7=9B=AE=E7=9B=B8?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/index.html.erb | 2 +- app/views/projects/_development_group.html.erb | 5 +++-- app/views/users/_resources_list.html.erb | 2 +- app/views/users/_user_resource_info.html.erb | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 69de96df6..655f0714a 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -122,7 +122,7 @@ 新 增
diff --git a/app/views/projects/_development_group.html.erb b/app/views/projects/_development_group.html.erb index ad8d9a35a..1ddd9acac 100644 --- a/app/views/projects/_development_group.html.erb +++ b/app/views/projects/_development_group.html.erb @@ -1,4 +1,5 @@ <% project_file_num = Attachment.where(:container_type => "Project", :container_id => @project.id).count %> +<% project_issue_count =Issue.where(:project_id => @project.id).count%>