Show More
Commit Description:
fix pdf to use inline display of browsers...
Commit Description:
fix pdf to use inline display of browsers (grafted from e31b572e8855ddcf56c682d6dd27999a434243d1)
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)