<% can_edit_flag = User.current.allowed_to?(:as_teacher,item) || User.current.admin? %> <% course_end_flag = course_endTime_timeout?(item) %>
item.id, :host=>Setting.host_course) %>" title="<%= item.name %>"> <%= image_tag(url_to_avatar(item), :style => 'width:64px;height:64px;') %>
item.id, :host=>Setting.host_course) %>" title="<%= item.name %>" class="courses_list_title f14 fb <%=course_end_flag ? 'c_dark' : 'c_blue02'%> fl"><%= item.name %> <% if(can_edit_flag) %> <% if(course_end_flag) %> <% else %> <% end %> <% end %>
主讲老师: <%= item.teacher.show_name %> 课程作业: <%= item.homework_commons.count %>
学生人数: item.id,:role=>2, :host=>Setting.host_course) %>"><%= studentCount(item) %> 开课学期: <%= item.time %> <%= get_course_term_locales item %>
<% if(course_end_flag) %> 课程结束 <% elsif(can_edit_flag) %> 发布作业 <% elsif User.current.member_of_course? item %> 提交作品 <% elsif User.current.logged?%> <%= link_to "加入课程",try_join_path(:object_id => item.id), :class => "blue_n_btn fr mt20", :remote => "true",:id => "try_join_course_link"%> <% end %>