public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
support multi-word plugins [heavysixer]

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2908 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Fri Jun 15 09:11:20 -0700 2007
commit  6b2dbd15e21f27f4466c56a1c8a0b1aa3c7ec613
tree    cc0a00704027acaeafb3193f7fc269f01d12caa1
parent  84bd69e4469e500cb2cba14071a1cc28e9dda8f6
...
42
43
44
45
 
46
47
48
...
42
43
44
 
45
46
47
48
0
@@ -42,7 +42,7 @@
0
             <li><%= link_to "Users", :controller => "users" %></li>
0
             <li><%= link_to 'Plugins', :controller => '/admin/plugins' %></li>
0
           <% Mephisto::Plugin.admin_tabs.each do |tab| -%>
0
- <li><%= link_to tab.first, tab.last %></li>
0
+ <li><%= link_to tab.first.to_s.tableize.humanize, tab.last %></li>
0
           <% end -%>
0
           </ul>
0
           <% end -%>

Comments

    No one has commented yet.