Show More
Commit Description:
add new branch for class 2110-101 Introduction to Computer Programming (year 2014) (java language)
Commit Description:
add new branch for class 2110-101 Introduction to Computer Programming (year 2014) (java language)
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) | ||||