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 e9072aa What do the icons mean?
e9072aa is described below
commit e9072aa312b4d13b1d686dd7338c1ac4fef060af
Author: Sebb <[email protected]>
AuthorDate: Tue Dec 29 22:05:18 2020 +0000
What do the icons mean?
---
www/roster/views/index.html.rb | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/www/roster/views/index.html.rb b/www/roster/views/index.html.rb
index 1e1b634..e7eb423 100644
--- a/www/roster/views/index.html.rb
+++ b/www/roster/views/index.html.rb
@@ -142,11 +142,13 @@ _html do
_hr
_p do
_a 'Search pending ICLAs', href: 'icla/'
- _span.glyphicon.glyphicon_lock :aria_hidden, class: "text-primary",
aria_label: "ASF Members and Officers"
+ _span.glyphicon.glyphicon_lock :aria_hidden, class: "text-primary",
aria_label: "ASF Members and Officers",
+
title: "ASF Members and Officers"
end
_p do
_a 'Organization Chart ', href: 'orgchart/'
- _span.glyphicon.glyphicon_lock :aria_hidden, class: "text-primary",
aria_label: "ASF Members and Officers"
+ _span.glyphicon.glyphicon_lock :aria_hidden, class: "text-primary",
aria_label: "ASF Members and Officers",
+
title: "ASF Members and Officers"
end
end
end