<% if courses.present? %> <% courses.each_with_index do |course, index| %> <%= render partial: 'admins/courses/shared/td', locals: {course: course, no: index} %> <% end %> <% else %> <%= render 'admins/shared/no_data_for_table' %> <% end %>
序号 ID 课堂名称 成员 资源 普通作业 分组作业 实训作业 试卷 评测次数 私有 状态 单位 创建者 <%= sort_tag('创建时间', name: 'created_at', path: admins_courses_path) %> 首页 邮件通知 操作
<%= render partial: 'admins/shared/paginate', locals: { objects: courses } %>