%= stylesheet_link_tag 'jquery/jquery-ui-1.9.2', :media => 'all' %>
序号 | 课程名 | 主讲老师 | 学生数 | 作业数 | 作品数 | 资源数 | 帖子数 | 动态数 |
---|---|---|---|---|---|---|---|---|
<%= course.id %> | <%= link_to(course.try(:teacher).try(:realname).truncate(6, omission: '...'), user_path(course.teacher)) %> | <%= studentCount(course) %> | <%= course.homework_commons.count%> | <%= student_works_num(course) %> | <%= visable_attachemnts_incourse(course).count%> | <%= course.boards.first.topics.count + Message.where("board_id =? and parent_id is not ?", course.boards.first.id, nil).count %> | <%= course.course_activities.count%> |