|
|
|
@ -5,9 +5,9 @@
|
|
|
|
|
</td>
|
|
|
|
|
<td><%= course.course_members_count %></td>
|
|
|
|
|
<td><%= get_attachment_count(course, 0) %></td>
|
|
|
|
|
<td><%= course.course_homework_count(1) %></td>
|
|
|
|
|
<td><%= course.course_homework_count(3) %></td>
|
|
|
|
|
<td><%= course.course_homework_count(4) %></td>
|
|
|
|
|
<td><%= course.course_homework_count("normal") %></td>
|
|
|
|
|
<td><%= course.course_homework_count("group") %></td>
|
|
|
|
|
<td><%= course.course_homework_count("practice") %></td>
|
|
|
|
|
<td><%= course.exercises_count %></td>
|
|
|
|
|
<td><%= course.evaluate_count %></td>
|
|
|
|
|
<td><%= course.is_public == 1 ? "--" : "√" %></td>
|
|
|
|
|