lazuscripts-githook/views/githook_get.moon
Paul Liverman III 1b342bcabc re-initialization
tl;dr: I accidentally included history from OTHER repos due to
a bug with git subtree or a misunderstanding of it on my part,
so I'm wiping everything before this point
2018-03-04 11:44:42 -08:00

11 lines
281 B
Plaintext

import Widget from require "lapis.html"
class extends Widget
content: =>
h2 "#{@results.json.status\sub(1, 1)\upper!}#{@results.json.status\sub 2}"
element "table", ->
tr ->
for code in *@results.json.exit_codes
th code
pre @results.json.log