From 4aa69f19103db88fa6d901832f4643734c1ce700 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 27 Dec 2019 10:29:44 +0000 Subject: Add a link to the derivations page From the revision page. --- guix-data-service/web/revision/html.scm | 3 +++ 1 file changed, 3 insertions(+) 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;")) -- cgit v1.2.3