diff options
author | Christopher Baines <mail@cbaines.net> | 2022-10-13 15:49:41 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-10-13 15:49:41 +0100 |
commit | 67c420f01086a2c0df5ddf7d6f757c3f3499c7ae (patch) | |
tree | 32d0c1a0fa237e38dd19af3cc84abe73f490edd4 /guix-qa-frontpage/view | |
parent | 55c79b9d478e836f2c895aa738166af3c73ff709 (diff) | |
download | qa-frontpage-67c420f01086a2c0df5ddf7d6f757c3f3499c7ae.tar qa-frontpage-67c420f01086a2c0df5ddf7d6f757c3f3499c7ae.tar.gz |
Add some headings on the issue page
Diffstat (limited to 'guix-qa-frontpage/view')
-rw-r--r-- | guix-qa-frontpage/view/issue.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guix-qa-frontpage/view/issue.scm b/guix-qa-frontpage/view/issue.scm index 15d5a6d..3b5374e 100644 --- a/guix-qa-frontpage/view/issue.scm +++ b/guix-qa-frontpage/view/issue.scm @@ -88,6 +88,7 @@ td.bad { (or mumi-tags '()))) (div + (h3 "Lint warnings") (table (thead (tr @@ -123,6 +124,7 @@ td.bad { "Comparison unavailable"))))))) (div + (h3 "Package changes") (table (@ (style "border-collapse: collapse;")) (thead |