aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/build
diff options
context:
space:
mode:
Diffstat (limited to 'guix-data-service/web/build')
-rw-r--r--guix-data-service/web/build/html.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/guix-data-service/web/build/html.scm b/guix-data-service/web/build/html.scm
index 18d045a..4b758bb 100644
--- a/guix-data-service/web/build/html.scm
+++ b/guix-data-service/web/build/html.scm
@@ -29,7 +29,11 @@
valid-targets
stats
builds)
+ (define page-header "Builds")
+
(layout
+ #:title
+ page-header
#:body
`(,(header)
(div
@@ -38,7 +42,7 @@
(@ (class "row"))
(div
(@ (class "col-sm-12"))
- (h1 "Builds")
+ (h1 ,page-header)
(table
(@ (class "table"))
(thead