diff --git a/app/views/users/_user_syllabus_list.html.erb b/app/views/users/_user_syllabus_list.html.erb index 7a44a6ec0..7567f92cd 100644 --- a/app/views/users/_user_syllabus_list.html.erb +++ b/app/views/users/_user_syllabus_list.html.erb @@ -20,7 +20,7 @@ <% if @syllabus.any? %> <% @syllabus.each_with_index do |syllabus, index|%>
更新:<%=course.time %>学期:<%=current_time_and_term(course) %>
+更新:<%=format_date Time.at(course.updatetime) %>学期:<%=current_time_and_term(course) %>
<%=studentCount course %>学生|<%=visable_course_homework course %>作业|<%=visable_attachemnts_incourse(@course).count %>资源