Show More
Commit Description:
more styling...
Commit Description:
more styling git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@158 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/test/_test_request.html.haml | 14 lines | 601 B | text/x-haml | HamlLexer |
jittat
update views -- styling...
r51 %tr{:class => (test_request_counter%2==0) ? "info-even" : "info-odd"}
jittat
[web] more styling (re: #10)...
r66 %td{:align => "center"}
= format_short_time(test_request.submitted_at)
jittat
[web] better css styling...
r57 %td= test_request.problem.full_name
jittat
[web] more styling (re: #10)...
r66 %td{:align => "center"}
= test_request.submission.number
%td{:align => "center"}
= test_request.status_str
jittat
[web] improving readability of test_interface, re: ticket #10...
r64 %td= simple_format((test_request.running_stat or ''))
jittat
[web] more styling (re: #10)...
r66 %td{:align => "center"}
jittat
moved test interface functionality to test_controller...
r44 - if test_request.output_file_name!=nil
= link_to '[output]', :action => 'read', :id => test_request.id
jittat
[web] better css styling...
r57 %td= test_request.grader_comment or ''
jittat
[web] improving readability of test_interface, re: ticket #10...
r64 %td= simple_format((test_request.compiler_message or ''))