diff --git a/app/views/test/_test_request.html.haml b/app/views/test/_test_request.html.haml --- a/app/views/test/_test_request.html.haml +++ b/app/views/test/_test_request.html.haml @@ -1,11 +1,11 @@ %tr.test-request %td= test_request_counter +1 %td= test_request.problem.full_name - %td= test_request.submission_id + %td= test_request.submission.number %td= test_request.status_str - %td= test_request.grader_comment or '' - %td= test_request.compiler_message or '' %td= test_request.running_stat or '' %td - if test_request.output_file_name!=nil = link_to '[output]', :action => 'read', :id => test_request.id + %td= test_request.grader_comment or '' + %td= test_request.compiler_message or '' diff --git a/app/views/test/index.html.erb b/app/views/test/index.html.erb --- a/app/views/test/index.html.erb +++ b/app/views/test/index.html.erb @@ -61,6 +61,10 @@