Show More
Commit Description:
keep all heartbeat instead of only the latest one...
Commit Description:
keep all heartbeat instead of only the latest one (grafted from 0bdf62fde5fdb94d6f94c2b8b8ebc58ffbe8d2f9)
References:
File last commit:
Show/Diff file:
Action:
app/views/main/compiler_msg.html.haml | 6 lines | 262 B | text/x-haml | HamlLexer |
%h2= "Compiler message for submission \##{@submission.number}, task: #{@submission.problem.name}"
%p
- if @submission.compiler_message == nil or @submission.compiler_message.chomp == ''
No message
- else
= simple_format(@submission.compiler_message)