2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Add a link to the derivations page

From the revision page.
This commit is contained in:
Christopher Baines 2019-12-27 10:29:44 +00:00
parent 50f550d642
commit 4aa69f1910

View file

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