aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-data-service/web/view/html.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm
index 8a0b64b..3f2c2ae 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -373,12 +373,14 @@
((name commit date revision-exists? job-events)
`(tr
(td
- (a (@ (href ,(encode-and-join-uri-path
- (list
- "repository"
- (number->string git-repository-id)
- "branch"
- name))))
+ (a (@ (href ,(string-append
+ "/"
+ (encode-and-join-uri-path
+ (list
+ "repository"
+ (number->string git-repository-id)
+ "branch"
+ name)))))
,name))
(td ,date)
(td ,@(if (string=? commit "")