[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Fix search label.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: Fix search label. |
Date: |
Mon, 26 Apr 2021 05:55:39 -0400 |
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 40b3238 Fix search label.
40b3238 is described below
commit 40b32387cf290a84660d34c42da0637bc93c2b00
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Apr 26 11:55:19 2021 +0200
Fix search label.
* src/cuirass/templates.scm (search-form): Fix search label.
---
src/cuirass/templates.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 2440991..1d93398 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -73,7 +73,8 @@
(@ (class "input-group")
(role "search"))
(label (@ (for "query")
- (class "invisible")))
+ (class "sr-only"))
+ "Search for builds")
(input (@ (type "text")
(class "form-control")
(id "query")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Fix search label.,
Mathieu Othacehe <=