guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Ricardo Wurmus
Date: Tue, 21 May 2019 05:42:09 -0400 (EDT)

branch: master
commit 965bace6634e97921e9288a0d204de9de509a001
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 21 11:37:34 2019 +0200

    templates: Highlight query string.
    
    * src/cuirass/templates.scm (build-search-results-table): Highlight query
    string.
---
 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 011d2ec..05129dc 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -426,7 +426,7 @@ and BUILD-MAX are global minimal and maximal row 
identifiers."
                "—"))))
 
   `((p (@ (class "lead"))
-       ,(format #f "Builds matching ~a" query))
+       "Builds matching " (em ,query))
     (table
      (@ (class "table table-sm table-hover table-striped"))
      ,@(if (null? builds)



reply via email to

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