diff options
author | Christopher Baines <mail@cbaines.net> | 2019-09-01 18:27:09 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-09-01 18:32:09 +0100 |
commit | 939b51c80cf5fb13b8b68f994590c52f6f39976b (patch) | |
tree | 337f2258d74f528543b352f881e8db694b660925 /guix-data-service | |
parent | d3254dddb68980c26edc35539346dcf455e01fba (diff) | |
download | data-service-939b51c80cf5fb13b8b68f994590c52f6f39976b.tar data-service-939b51c80cf5fb13b8b68f994590c52f6f39976b.tar.gz |
Add a header for the derivations on the package page
Diffstat (limited to 'guix-data-service')
-rw-r--r-- | guix-data-service/web/view/html.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm index 3e9a5b9..fc3743e 100644 --- a/guix-data-service/web/view/html.scm +++ b/guix-data-service/web/view/html.scm @@ -358,6 +358,7 @@ (@ (class "row")) (div (@ (class "col-sm-12")) + (h3 "Derivations") (table (@ (class "table")) (thead |