<% for item in @list %>
item.id, :host=>Setting.host_course) %>"><%= image_tag(url_to_avatar(item), :style => 'width:64px;height:64px;') %>
item.id, :host=>Setting.host_course) %>" class="home_list_title c_blue02 fl mb10" title="<%= item.name %>"><%= item.name %>

主讲老师:<%= item.teacher.show_name %>

课程作业:<%= item.homework_commons.count %> 学生:item.id,:role=>2, :host=>Setting.host_course) %>"><%= studentCount(item) %>

<% end %>