aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-03-07 08:45:25 +0000
committerChristopher Baines <mail@cbaines.net>2019-03-07 08:45:25 +0000
commitbbf8cc1c34cdb331d09b47907cf2c009e00ef1b8 (patch)
treee089d57726542824bcf03035fd49cc5f5b6ce730 /guix-data-service/web
parent8f4da3c872b9d04279e8805e61e3034db68dc539 (diff)
downloaddata-service-bbf8cc1c34cdb331d09b47907cf2c009e00ef1b8.tar
data-service-bbf8cc1c34cdb331d09b47907cf2c009e00ef1b8.tar.gz
Improve derivation display on the builds page
Diffstat (limited to 'guix-data-service/web')
-rw-r--r--guix-data-service/web/view/html.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm
index 2a09d85..62bb828 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -246,7 +246,8 @@
"bg-danger")
(else ""))))
,status)
- (td ,derivation-file-name)
+ (td (a (@ (href ,derivation-file-name))
+ ,(display-store-item-short derivation-file-name)))
(td ,starttime)
(td ,stoptime)
(td (a (@ (href ,(simple-format