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: Sat, 28 Oct 2023 17:21:24 -0400 (EDT)

branch: master
commit dabc19e3f0390008270c70ef4a812c1fa8ce67b0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Oct 28 22:42:43 2023 +0200

    templates: Adjust styling for link to raw build log.
    
    * src/cuirass/templates.scm (pretty-build-log): Add spacing after the
    ‘oi-external-link’ <span> tag.
---
 src/cuirass/templates.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 56160b5..dd99e87 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -2103,7 +2103,7 @@ text-dark d-flex position-absolute w-100"))
                  "⚙️ Loading build log…"))
 
       (div (@ (class "text-secondary d-flex flex-row mb-3"))
-           (span (@ (class "oi oi-external-link")))
+           (span (@ (class "oi oi-data-transfer-download pr-2")) "")
            (a (@ (href ,url)) "raw build log")))))
 
 (define* (evaluation-dashboard evaluation systems



reply via email to

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