diff --git a/app/views/admins/glcc_pr_check/_examine_material.html.erb b/app/views/admins/glcc_pr_check/_examine_material.html.erb index 36454232c..df7c52abe 100644 --- a/app/views/admins/glcc_pr_check/_examine_material.html.erb +++ b/app/views/admins/glcc_pr_check/_examine_material.html.erb @@ -1,8 +1,9 @@ - - + + + @@ -14,17 +15,18 @@ <% if examine_materials.present? %> - <% examine_materials.each_with_index do |user, index| %> - + <% examine_materials.each_with_index do |material, index| %> + - - - - - - - - + + + + + + + + + <% end %> <% else %>
序号昵称序号昵称课题ID 邮件地址 视频地址 PR地址
<%= list_index_no((params[:page] || 1).to_i, index) %><%= user.glcc_student.student_name %><%= user.glcc_student.mail %> 查看视频 查看PR <%= user.term == 1 ? "中期考核" : "结项考核"%><%= user.white_list ? "是":"否" %><%= user.state_to_html.html_safe %><%= user.created_on.strftime("%Y-%m-%d %H:%M")%><%= material.glcc_student.student_name %><%= material.task_id %><%= material.glcc_student.mail %> 查看视频 查看PR <%= material.term == 1 ? "中期考核" : "结项考核"%><%= material.white_list ? "是":"否" %><%= material.state_to_html.html_safe %><%= material.created_on.strftime("%Y-%m-%d %H:%M")%>