diff --git a/app/views/admin/courses.html.erb b/app/views/admin/courses.html.erb index 65e442a3e..7e5b816c4 100644 --- a/app/views/admin/courses.html.erb +++ b/app/views/admin/courses.html.erb @@ -69,7 +69,7 @@ <%= format_date(course.created_at) %> - <%= course.updated_at.strftime('%Y-%m-%d %H:%M:%S') %> + <%= course.course_activities.order('updated_at DESC').first.updated_at.strftime('%Y-%m-%d %H:%M:%S') %> <% end %>