%= 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%> | <%= link_to( course.is_excellent == 1 || course.excellent_option == 1 ? "取消精品" : "设为精品", { :controller => 'admin', :action => 'cancel_excellent_course', :id => course.id }, :class => 'icon-del') %> |