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

Improve action button text.

* src/cuirass/templates.scm (evaluation-info-table): Improve action button text.
parent 21426073
No related branches found
No related tags found
No related merge requests found
......@@ -552,12 +552,12 @@ system whose names start with " (code "guile-") ":" (br)
(href "/admin/evaluation/"
,(assq-ref row #:id)
"/restart"))
" Restart")
" Restart all builds")
(a (@ (class "oi oi-lock-locked dropdown-item")
(href "/admin/evaluation/"
,(assq-ref row #:id)
"/retry"))
" Retry"))))))
" Retry the evaluation"))))))
evaluations)))))
,(if (null? evaluations)
(pagination "" "" "" "")
......
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