Show More
Commit Description:
[web] added compiler message and submission links to main/list...
Commit Description:
[web] added compiler message and submission links to main/list git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@147 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/main/compiler_msg.html.haml | 6 lines | 223 B | text/x-haml | HamlLexer |
%h2= "Compiler message for submission \##{@submission.number}, task: #{@submission.problem.name}"
%p
- if @submission.compiler_message.chomp == ''
no message
- else
= simple_format(@submission.compiler_message)