Show More
Commit Description:
testdata import now looks for *1*.in when finding raw dir...
Commit Description:
testdata import now looks for *1*.in when finding raw dir
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@437 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/graders/task.html.haml
| 15 lines
| 400 B
| text/x-haml
| HamlLexer
|
|
r105 | %h1= "Task: #{@task.id}" | ||
%p | ||||
User: | ||||
= "#{@task.submission.user.login}" | ||||
%br/ | ||||
Status: | ||||
= "#{@task.status_str} (at #{format_short_time(@task.updated_at)})" | ||||
%br/ | ||||
= "Submission: #{@task.submission_id}" | ||||
- if @task.submission !=nil | ||||
= link_to '[view submission]', :action => 'submission', :id => @task.submission.id | ||||
%br/ | ||||
= "Submitted at: #{format_short_time(@task.created_at)}" | ||||
%br/ | ||||