Link to the latest processed revision for a branch page
This commit is contained in:
parent
de8858c274
commit
32ff341089
1 changed files with 8 additions and 0 deletions
|
|
@ -722,6 +722,14 @@
|
|||
(button (@ (type "submit")
|
||||
(class "btn btn-lg btn-primary"))
|
||||
"Update results")))))))
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue