guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix action list display.


From: Mathieu Othacehe
Subject: branch master updated: Fix action list display.
Date: Tue, 09 Mar 2021 13:02:02 -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 2142607  Fix action list display.
2142607 is described below

commit 21426073c102ad41f36aea7daed9d259c73f0d0b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Mar 9 19:01:29 2021 +0100

    Fix action list display.
    
    * src/cuirass/templates.scm (evaluation-info-table): Fix action list 
display.
---
 src/cuirass/templates.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 1d4eefb..9a0c4fa 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -547,14 +547,12 @@ system whose names start with " (code "guile-") ":" (br)
                                      (href "/admin/evaluation/"
                                            ,(assq-ref row #:id)
                                            "/cancel"))
-                                  " Cancel pending builds"))
-                          (div (@ (class "dropdown-menu"))
+                                  " Cancel pending builds")
                                (a (@ (class "oi oi-lock-locked dropdown-item")
                                      (href "/admin/evaluation/"
                                            ,(assq-ref row #:id)
                                            "/restart"))
-                                  " Restart"))
-                          (div (@ (class "dropdown-menu"))
+                                  " Restart")
                                (a (@ (class "oi oi-lock-locked dropdown-item")
                                      (href "/admin/evaluation/"
                                            ,(assq-ref row #:id)



reply via email to

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