Show More
Commit Description:
add remark and enable for user
Commit Description:
add remark and enable for user
References:
File last commit:
Show/Diff file:
Action:
app/views/test/_test_request.html.haml
| 25 lines
| 808 B
| text/x-haml
| HamlLexer
|
|
|
r51 | %tr{:class => (test_request_counter%2==0) ? "info-even" : "info-odd"} | ||
|
|
r66 | %td{:align => "center"} | ||
| = format_short_time(test_request.submitted_at) | ||||
|
|
r101 | %td | ||
| - if test_request.problem!=nil | ||||
| = test_request.problem.full_name | ||||
| - else | ||||
| (n/a) | ||||
|
|
r66 | %td{:align => "center"} | ||
|
|
r190 | - if test_request.submission | ||
| = test_request.submission.number | ||||
| - else | ||||
| n/a | ||||
|
|
r66 | %td{:align => "center"} | ||
| = test_request.status_str | ||||
| %td{:align => "center"} | ||||
|
|
r44 | - if test_request.output_file_name!=nil | ||
|
|
r84 | = link_to '[download]', :action => 'read', :id => test_request.id | ||
| %td{:align => "center"} | ||||
| - if test_request.compiler_message!=nil and test_request.compiler_message!='' | ||||
| = "yes" | ||||
| - else | ||||
| = "no" | ||||
| %td{:align => "center"} | ||||
| = link_to '[view]', :action => 'result', :id => test_request.id | ||||
