aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-06-16 10:45:22 +0100
committerChristopher Baines <mail@cbaines.net>2019-06-16 10:45:22 +0100
commit32ff341089e0001fee0653b830ebd6146145900a (patch)
tree2079bfbb117505c5a641c5eb557ba5a3632100ab
parentde8858c274a7302d46857d976780659d0dd8252b (diff)
downloaddata-service-32ff341089e0001fee0653b830ebd6146145900a.tar
data-service-32ff341089e0001fee0653b830ebd6146145900a.tar.gz
Link to the latest processed revision for a branch page
-rw-r--r--guix-data-service/web/view/html.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm
index 5373ad7..78388c2 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -725,6 +725,14 @@
(div
(@ (class "row"))
(div
+ (@ (class "col-sm-12"))
+ (a (@ (class "btn btn-default btn-lg pull-right")
+ (href ,(string-append
+ "/branch/" branch-name "/latest-processed-revision")))
+ "Latest processed revision")))
+ (div
+ (@ (class "row"))
+ (div
(@ (class "col-md-12"))
(table
(@ (class "table table-responsive"))