guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Improve action button text.


From: Mathieu Othacehe
Subject: branch master updated: Improve action button text.
Date: Tue, 09 Mar 2021 13:05:50 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new d521ec7  Improve action button text.
d521ec7 is described below

commit d521ec7bbf2fd78a8b0c70d9f05428a45aa6f447
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Mar 9 19:05:32 2021 +0100

    Improve action button text.
    
    * src/cuirass/templates.scm (evaluation-info-table): Improve action button 
text.
---
 src/cuirass/templates.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 9a0c4fa..5918bcc 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -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 "" "" "" "")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]