diff --git a/app/views/submissions/compiler_msg.js.haml b/app/views/submissions/compiler_msg.js.haml new file mode 100644 --- /dev/null +++ b/app/views/submissions/compiler_msg.js.haml @@ -0,0 +1,4 @@ +:plain + $("#compiler_msg").html("#{j @submission.compiler_message}"); + $("#compiler").modal(); +