This is an automated email from the ASF dual-hosted git repository.
curcuru 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 a70f662 Fixup unregistered items to collapse/expand
a70f662 is described below
commit a70f6628f0cfd4bc498bcf67d2be27b4fed7f525
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri May 5 13:53:59 2017 -0400
Fixup unregistered items to collapse/expand
---
www/brand/list.cgi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/brand/list.cgi b/www/brand/list.cgi
index 0528809..1784dcc 100755
--- a/www/brand/list.cgi
+++ b/www/brand/list.cgi
@@ -57,13 +57,13 @@ def _unreg(pmc, proj, parent, n)
_div.panel.panel_default id: pmc do
_div.panel_heading role: "tab", id: "urh#{n}" do
_h4.panel_title do
- _a role: "button", data_toggle: "collapse", aria_expanded: "true",
data_parent: "##{parent}", href: "#urc#{n}", aria_controls: "#urc#{n}" do
+ _a.collapsed role: "button", data_toggle: "collapse", aria_expanded:
"false", data_parent: "##{parent}", href: "#urc#{n}", aria_controls: "urc#{n}"
do
_ proj['name']
_{"™ software"}
end
end
end
- _div.panel_collapse.collapse.in id: "#urc#{n}", role: "tabpanel",
aria_labelledby: "urh#{n}" do
+ _div.panel_collapse.collapse id: "urc#{n}", role: "tabpanel",
aria_labelledby: "urh#{n}" do
_div.panel_body do
_a href: proj['homepage'] do
_ proj['name']
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].