Small bug fix
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 17 Sep 2019 16:31:03 +0000 (11:31 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 17 Sep 2019 16:31:03 +0000 (11:31 -0500)
codebox/controllers/submission/status.moon

index 5d7afd037adae3babcc344d6f3e1723728801666..6b1ff30468f54559e56365cda157234450dfecfc 100644 (file)
@@ -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