From 6551d3b9e3e2e7c34fcc99932c951e7657766b29 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Tue, 17 Sep 2019 11:31:03 -0500 Subject: [PATCH] Small bug fix --- codebox/controllers/submission/status.moon | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1