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
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
Revert "unhide plugins tab"

This reverts commit 7af009a57222f56ad33aa9527f323321ff39320e.
technoweenie (author)
Tue Feb 05 13:12:04 -0800 2008
commit  b26cb36df2f8d82ef900121ef856a4b677603e9e
tree    9033bd71d58f12f994445fdce8eb1e1bac15b9d5
parent  7af009a57222f56ad33aa9527f323321ff39320e
...
44
45
46
 
 
47
 
48
49
50
...
44
45
46
47
48
49
50
51
52
53
0
@@ -44,7 +44,10 @@
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.