templates: Highlight query string.

* src/cuirass/templates.scm (build-search-results-table): Highlight query
string.
This commit is contained in:
Ricardo Wurmus 2019-05-21 11:37:34 +02:00
parent ce114d8446
commit 965bace663
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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)