diff --git a/app/views/student_work/_homework_post_brief.html.erb b/app/views/student_work/_homework_post_brief.html.erb index 41dccfd92..6b3c0d542 100644 --- a/app/views/student_work/_homework_post_brief.html.erb +++ b/app/views/student_work/_homework_post_brief.html.erb @@ -52,14 +52,14 @@ - - + + <% homework.homework_tests.each_with_index do |test, i| %> - - + + <% end %>
 测试集输入测试集输出测试集输入测试集输出
<%=i+1 %><%=test.input %><%=test.output %>
<%=test.input %>
<%=test.output %>