Tweak the recent events table on the jobs page

This commit is contained in:
Christopher Baines 2020-01-20 19:33:45 +00:00
parent 704f149645
commit f3ebe83532

View file

@ -53,11 +53,12 @@
(@ (class "col-sm-1"))) (@ (class "col-sm-1")))
(div (div
(@ (class "col-sm-10")) (@ (class "col-sm-10"))
(h3 "Recent events")
(table (table
(@ (class "table")) (@ (class "table"))
(thead (thead
(tr (tr
(th "Job") (th "Commit")
(th "Event") (th "Event")
(th "Occurred at"))) (th "Occurred at")))
(tbody (tbody