guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Ludovic Courtès
Date: Wed, 23 Aug 2023 17:09:09 -0400 (EDT)

branch: master
commit 03df248a34f0c1f4abc046b60555f3a2ea89ea97
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Aug 23 16:57:46 2023 +0200

    templates: Unclutter evaluation build table.
    
    * src/cuirass/templates.scm (evaluation-build-table): Display fewer words.
---
 src/cuirass/templates.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index bfcdaaf..96809f3 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -1324,16 +1324,15 @@ evaluation."
           `((p ,(if (= evaltime 0)
                      (format #f "Evaluation started ~a."
                              (time->string timestamp))
-                     (format #f "Evaluation completed ~a in ~a."
+                     (format #f "Completed ~a in ~a."
                              (time->string evaltime)
                              (seconds->string duration))))))
     ,(checkout-table checkouts channels)
 
     (p (@ (class "lead"))
-       ,(format #f "~@[~a~] ~:[B~;b~]uilds of evaluation #~a"
+       ,(format #f "~@[~a~] ~:[B~;b~]uilds"
                 (and=> status string-capitalize)
-                status
-                id)
+                status)
        "  "
        (a (@ (class "oi oi-monitor mr-2")
              (style "font-size:0.8em")



reply via email to

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