From 8d22ccd23a74481ba1635d12a3885135d8cb6b76 Mon Sep 17 00:00:00 2001 From: nwb Date: Thu, 3 Jul 2014 15:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/courses/show.html.erb b/app/views/courses/show.html.erb index 5a440aff..69abf7ff 100644 --- a/app/views/courses/show.html.erb +++ b/app/views/courses/show.html.erb @@ -63,7 +63,7 @@ <%= link_to (h @user.try(:name)), user_path(@user) if @user %> <%= l(:label_user_create_project) %> <%= link_to @course.name %> ! - <%= l :label_update_time %>: <%= format_time(@course.created_on) %> + <%= l :label_update_time %>: <%= format_time(@course.created_at) %>