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 b878a28 TyPo
b878a28 is described below
commit b878a2820a8f17c3eb09adf21a822fa34248ce2b
Author: Shane Curcuru <[email protected]>
AuthorDate: Sun May 5 17:21:27 2019 -0400
TyPo
---
www/members/logs.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/members/logs.cgi b/www/members/logs.cgi
index 5f7b431..5009fcb 100755
--- a/www/members/logs.cgi
+++ b/www/members/logs.cgi
@@ -69,7 +69,7 @@ def display_access()
tmp = 'applist'
_div.panel_group id: tmp, role: 'tablist', aria_multiselectable: 'true' do
apps.each_with_index do |(name, data), n|
- _whimsy_accordion_item(listid: tmp, itemid: name, itemtitle:
"#{Logparser::WHIMSY_APPS[name]}", n: n, itemclass: 'panel-info') do
+ _whimsy_accordion_item(listid: tmp, itemid: name, itemtitle:
"#{LogParser::WHIMSY_APPS[name]}", n: n, itemclass: 'panel-info') do
_table.table.table_hover.table_striped do
_thead_ do
_tr do