From: Brendan Hansen Date: Tue, 17 Sep 2019 16:31:03 +0000 (-0500) Subject: Small bug fix X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=6551d3b9e3e2e7c34fcc99932c951e7657766b29;p=codebox.git Small bug fix --- diff --git a/codebox/controllers/submission/status.moon b/codebox/controllers/submission/status.moon index 5d7afd0..6b1ff30 100644 --- a/codebox/controllers/submission/status.moon +++ b/codebox/controllers/submission/status.moon @@ -27,4 +27,5 @@ make_controller when Jobs.statuses.running then status_code = 200 status_widget = JobResult @job + status_widget\include_helper @ return { layout: false, status: status_code, status_widget\render_to_string! } \ No newline at end of file