|
|
|
@ -123,7 +123,7 @@
|
|
|
|
|
<div class='desc_item text_nowrap'>
|
|
|
|
|
[<%= get_course_term course %>]
|
|
|
|
|
<%= link_to(course.name.truncate(30, omission: '...'), course_path(course.id), :class => "d-g-blue d-p-project-name", :title => "#{course.name}") %>
|
|
|
|
|
(<%= "#{studentCount(course)}人" %>)
|
|
|
|
|
(<%= "#{memberCount(course)}人" %>)
|
|
|
|
|
<% files_count = course.attachments.count.to_s %>
|
|
|
|
|
(<%= link_to "#{files_count}份", course_files_path(course) %>资料)
|
|
|
|
|
</div>
|
|
|
|
@ -164,7 +164,7 @@
|
|
|
|
|
<div class='desc_item text_nowrap'>
|
|
|
|
|
[<%= get_course_term course %>]
|
|
|
|
|
<%= link_to(course.name.truncate(30, omission: '...'), course_path(course.id), :class => "d-g-blue d-p-project-name", :title => "#{course.name}") %>
|
|
|
|
|
(<%= "#{studentCount(course)}人" %>)
|
|
|
|
|
(<%= "#{memberCount(course)}人" %>)
|
|
|
|
|
<% files_count = course.attachments.count.to_s %>
|
|
|
|
|
(<%= link_to "#{files_count}份", course_files_path(course) %>资料)
|
|
|
|
|
</div>
|
|
|
|
@ -209,7 +209,7 @@
|
|
|
|
|
<div class='desc_item text_nowrap'>
|
|
|
|
|
[<%= get_course_term course %>]
|
|
|
|
|
<%= link_to(course.name.truncate(30, omission: '...'), course_path(course.id), :class => "d-g-blue d-p-project-name", :title => "#{course.name}") %>
|
|
|
|
|
(<%= "#{studentCount(course)}人" %> )
|
|
|
|
|
(<%= "#{memberCount(course)}人" %> )
|
|
|
|
|
<% files_count = course.attachments.count.to_i.to_s %>
|
|
|
|
|
(<%= link_to "#{files_count}份", course_files_path(course) %>资料)
|
|
|
|
|
</div>
|
|
|
|
|