Show More
Commit Description:
markdowned task body...
Commit Description:
markdowned task body
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@284 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/main/compiler_msg.html.haml
| 6 lines
| 223 B
| text/x-haml
| HamlLexer
|
|
r70 | %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) | ||||