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 !
unhide plugins tab
technoweenie (author)
Tue Feb 05 12:53:53 -0800 2008
commit  7af009a57222f56ad33aa9527f323321ff39320e
tree    cbec7b5570f08a515bcedfdfd3400fc6363ef0f7
parent  72157a19961e0f0b3d1f879e885c38df454d043a
...
44
45
46
47
48
49
50
51
52
53
...
44
45
46
 
 
47
 
48
49
50
0
@@ -44,10 +44,7 @@
0
             <li><%= link_to 'Sections', :controller => '/admin/sections' %></li>
0
             <li><%= link_to 'Design', :controller => '/admin/design' %></li>
0
             <li><%= link_to "Users", :controller => "users" %></li>
0
- <% if false -%>
0
- hidden because plugins are in for a change
0
             <li><%= link_to 'Plugins', :controller => '/admin/plugins' %></li>
0
- <% end -%>
0
           <% Mephisto::Plugin.admin_tabs.each do |tab| -%>
0
             <li><%= link_to tab.first.to_s.tableize.humanize, tab.last %></li>
0
           <% end -%>

Comments

    No one has commented yet.