diff options
author | Christopher Baines <mail@cbaines.net> | 2019-12-27 10:29:44 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-12-27 10:29:44 +0000 |
commit | 4aa69f19103db88fa6d901832f4643734c1ce700 (patch) | |
tree | 3770d71e9ab0e7e3bd65b7bde757c1424f8601e9 /guix-data-service/web | |
parent | 50f550d6429b6297daa264d3924a1123710eaebd (diff) | |
download | data-service-4aa69f19103db88fa6d901832f4643734c1ce700.tar data-service-4aa69f19103db88fa6d901832f4643734c1ce700.tar.gz |
Add a link to the derivations page
From the revision page.
Diffstat (limited to 'guix-data-service/web')
-rw-r--r-- | guix-data-service/web/revision/html.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guix-data-service/web/revision/html.scm b/guix-data-service/web/revision/html.scm index 5f74cb4..e9521ec 100644 --- a/guix-data-service/web/revision/html.scm +++ b/guix-data-service/web/revision/html.scm @@ -451,6 +451,9 @@ (div (@ (class "col-md-6")) (h3 "Derivations") + (a (@ (class "pull-right") + (href ,(string-append path-base "/derivations"))) + "View derivations") (table (@ (class "table") (style "white-space: nowrap;")) |