From: Brendan Hansen Date: Thu, 26 Sep 2019 03:02:24 +0000 (-0500) Subject: Changed some text X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=b9750115be80706be99f9fca5d10ea4f2e9a29bc;p=codebox.git Changed some text --- diff --git a/codebox/views/submission/list.moon b/codebox/views/submission/list.moon index cbb2ca0..255bde5 100644 --- a/codebox/views/submission/list.moon +++ b/codebox/views/submission/list.moon @@ -24,7 +24,7 @@ class SubmissionList extends html.Widget div class: 'pad-12 split-4', -> div Jobs.statuses\to_name job.status div job.lang\upper! - div "Average run time" + div "Bytes: #{job.bytes}" div (os.date '%c', job.time_initiated) correct = 0 @@ -54,4 +54,4 @@ class SubmissionList extends html.Widget "data-segment-3-color": "#4444ff", "data-segment-4": error, "data-segment-4-color": "#777777" - }, "" \ No newline at end of file + }, ""