Skip to content
Snippets Groups Projects
Unverified Commit 21426073 authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

Fix action list display.

* src/cuirass/templates.scm (evaluation-info-table): Fix action list display.
parent 6c5da97d
No related branches found
No related tags found
No related merge requests found
......@@ -547,14 +547,12 @@ system whose names start with " (code "guile-") ":" (br)
(href "/admin/evaluation/"
,(assq-ref row #:id)
"/cancel"))
" Cancel pending builds"))
(div (@ (class "dropdown-menu"))
" Cancel pending builds")
(a (@ (class "oi oi-lock-locked dropdown-item")
(href "/admin/evaluation/"
,(assq-ref row #:id)
"/restart"))
" Restart"))
(div (@ (class "dropdown-menu"))
" Restart")
(a (@ (class "oi oi-lock-locked dropdown-item")
(href "/admin/evaluation/"
,(assq-ref row #:id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment