guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Mathieu Othacehe
Date: Fri, 23 Apr 2021 05:13:06 -0400 (EDT)

branch: master
commit 6665253940648195ca746afb01662b57daf5ab37
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Apr 23 11:12:43 2021 +0200

    Fix indentation.
    
    * src/cuirass/templates.scm (specifications-table): Fix indentation.
---
 src/cuirass/templates.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index f329f07..a3f3f36 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -414,15 +414,15 @@ $('.job-toggle').click(function() {
                      (td
                       ,@(let ((eval (and=> (spec->latest-eval
                                             (specification-name spec))
-                                          (cut assq-ref <> #:evaluation))))
+                                           (cut assq-ref <> #:evaluation))))
                           (if eval
                               `((a (@ (href "/eval/" ,eval
-                                             "/dashboard"))
-                                    (div
-                                     (@ (class "oi oi-monitor d-inline-block 
ml-2")
-                                        (title "Dashboard")
-                                        (aria-hidden "true"))
-                                     "")))
+                                            "/dashboard"))
+                                   (div
+                                    (@ (class "oi oi-monitor d-inline-block 
ml-2")
+                                       (title "Dashboard")
+                                       (aria-hidden "true"))
+                                    "")))
                               '()))
                       (div
                        (@ (class "dropdown d-inline-block ml-2"))



reply via email to

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