This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 2b8e090 Add hover text for the permission icon
2b8e090 is described below
commit 2b8e090371d7a4622e439d65e945949907f1c3a3
Author: Sebb <[email protected]>
AuthorDate: Wed Jul 1 15:32:24 2020 +0100
Add hover text for the permission icon
---
www/committers/tools.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/committers/tools.cgi b/www/committers/tools.cgi
index 943ed84..2acf07e 100755
--- a/www/committers/tools.cgi
+++ b/www/committers/tools.cgi
@@ -60,7 +60,7 @@ _html do
if 2 == desc.length
_span.glyphicon :aria_hidden, class: "#{AUTHPUBLIC}"
else
- _span class: desc[2], aria_label: "#{AUTHMAP.key(desc[2])}" do
+ _span class: desc[2], aria_label: "#{AUTHMAP.key(desc[2])}",
title: "#{AUTHMAP.key(desc[2])}" do
_span.glyphicon.glyphicon_lock :aria_hidden
end
end