diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index cd6ac2af2..f38595302 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -43,7 +43,7 @@ <%= l :label_create_time %>: - <%= format_time(e.created_at) %> + <%= format_time(e.project.created_on) %>