Show More
Commit Description:
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login...
Commit Description:
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@131 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/main/_submission_short.html.haml | 13 lines | 373 B | text/x-haml | HamlLexer |
- if submission==nil
= "-"
- else
- if submission.graded_at==nil
Submitted at
= format_short_time(submission.submitted_at)
- else
= "Graded at #{format_short_time(submission.graded_at)}, "
= "score: #{submission.points} "
= " [" + submission.grader_comment + "]"
= " | "
= link_to('[source]',{:action => 'get_source', :id => submission.id})