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;"))