aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-12-26 18:10:38 +0000
committerChristopher Baines <mail@cbaines.net>2019-12-26 18:10:38 +0000
commit8628a68b0fc0ec87eb2769cfce4a9663b7849433 (patch)
tree3434655ed505787e6f724d673b7c8fd27ccb3c3a
parent7342280ead042bfce49754e8e9efb761f353f994 (diff)
downloaddata-service-8628a68b0fc0ec87eb2769cfce4a9663b7849433.tar
data-service-8628a68b0fc0ec87eb2769cfce4a9663b7849433.tar.gz
Fix the colspan for the derivation history table chart rows
It should have been changed to 4 when the builds column was added.
-rw-r--r--guix-data-service/web/repository/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-data-service/web/repository/html.scm b/guix-data-service/web/repository/html.scm
index ec31d06..0141058 100644
--- a/guix-data-service/web/repository/html.scm
+++ b/guix-data-service/web/repository/html.scm
@@ -420,7 +420,7 @@
'())))
(tr
(td
- (@ (colspan 3)
+ (@ (colspan 4)
(style "border-top: 0; padding-top: 0;"))
(div
(@