aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/build
diff options
context:
space:
mode:
authorCanan Talayhan <canan.t.talayhan@gmail.com>2021-04-23 11:19:32 +0300
committerChristopher Baines <mail@cbaines.net>2021-04-23 12:00:03 +0100
commitfe97021cd012d7ed3e60e19b6833b93221ea431b (patch)
tree8e5f9568d1a258798162a3ff3ee1ef63d0c19ee8 /guix-data-service/web/build
parent6387f1bc67579485aeb11d5dfa8476ad906bef8c (diff)
downloaddata-service-fe97021cd012d7ed3e60e19b6833b93221ea431b.tar
data-service-fe97021cd012d7ed3e60e19b6833b93221ea431b.tar.gz
Set more informative page titles
For many pages where previously the title was just "Guix Data Service". Signed-off-by: Christopher Baines <mail@cbaines.net>
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