diff --git a/app/views/games/_game_results.html.erb b/app/views/games/_game_results.html.erb index 3a114cb6b..87a2080ab 100644 --- a/app/views/games/_game_results.html.erb +++ b/app/views/games/_game_results.html.erb @@ -12,64 +12,102 @@
-
- - - -
-
-
-
-
- <%= render :partial => 'game_result_order' %> - <% @test_sets.each_with_index do |test_set, index| %> -
-
- - 测试集 <%= index + 1 %> - <% unless test_set.result? %> - - <% end %> - <% unless test_set.is_public? %> - - <% end %> -
- <% if test_set.is_public? %> -
-
    -
  • 输入:<%= test_set.input %>
  • -
  • 实际输出:<%= test_set.actual_output %>
  • -
  • 期望输出:<%= test_set.output %>
  • -
-
- <% end %> +
+ +