From e889f798d7d18ebc29b8c3614ac4a7465724f947 Mon Sep 17 00:00:00 2001 From: cxt Date: Wed, 13 Jan 2016 17:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=9B=E5=BB=BA=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E6=8A=A5500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/organizations/_project_create.html.erb | 2 +- app/views/projects/_project_create.html.erb | 6 +++++- app/views/users/_project_create.html.erb | 2 +- db/schema.rb | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/views/organizations/_project_create.html.erb b/app/views/organizations/_project_create.html.erb index 3b35838a7..6b45a2a13 100644 --- a/app/views/organizations/_project_create.html.erb +++ b/app/views/organizations/_project_create.html.erb @@ -23,7 +23,7 @@ 创建时间:<%= format_time(project.created_on) %>
- 更新时间:<%= format_time(ForgeActivity.where("forge_act_type='#{activity.class}' and forge_act_id =#{activity.id}").first.updated_at) %> + 更新时间:<%= format_time(ForgeActivity.where("forge_act_type='ProjectCreateInfo' and forge_act_id =#{project.id}").first.updated_at) %>