diff --git a/app/views/admin/_course_detail_tr.html.erb b/app/views/admin/_course_detail_tr.html.erb
index ca15a6696..4de9cb001 100644
--- a/app/views/admin/_course_detail_tr.html.erb
+++ b/app/views/admin/_course_detail_tr.html.erb
@@ -6,6 +6,9 @@
<%= link_to(course.name, course_path(course.id)) %>
+
+ <%= checked_image course.is_public? %>
+ |
<%= link_to(course.try(:teacher).try(:realname).truncate(6, omission: '...'), user_path(course.teacher)) %>
|
diff --git a/app/views/admin/excellent_all_courses.html.erb b/app/views/admin/excellent_all_courses.html.erb
index 86e4556f9..8c7f246fc 100644
--- a/app/views/admin/excellent_all_courses.html.erb
+++ b/app/views/admin/excellent_all_courses.html.erb
@@ -27,28 +27,31 @@
序号
|
-
+ |
课程名
|
-
+ |
+ 公开
+ |
+
主讲老师
|
学生数
|
-
+ |
作业数
|
-
+ |
作品数
|
-
+ |
资源数
|
-
+ |
帖子数
|
-
+ |
<%=link_to '动态数', excellent_all_courses_path(:order=> @order == "desc" ? 'asc' : 'desc') %>
|
|