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, 18 Oct 2023 09:04:25 -0400 (EDT)

branch: master
commit 1db03a8c61622a131306f817b6d42c3d9926e7a8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Oct 18 14:56:17 2023 +0200

    templates: Make “Build history” heading more visible.
    
    * src/cuirass/templates.scm (build-details): Use ‘div’ instead of ‘h6’
    for the “Build history” heading.
---
 src/cuirass/templates.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 17d7cab..fdf8cf1 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -854,7 +854,8 @@ the existing SPEC otherwise."
                  `((tr (th "Worker") (td ,name)))))))))
     ,@(if (null? history)
           '()
-          `((h6 "Build history")
+          `((div (@ (class "lead mr-auto"))
+                 "Build history")
             (table
              (@ (class "table table-sm table-hover table-striped"))
              (thead



reply via email to

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