">
<%= course.id %>
|
<%= link_to(course.name, course_path(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%>
|
<% end %>