Sha256: dfb53209adae1d7244cbe53a0a2c9a417874baa353fa3f2f1702a55d09eb3511
Contents?: true
Size: 757 Bytes
Versions: 16
Compression:
Stored size: 757 Bytes
Contents
<ul id="menu"> <% Refinery::Plugins.active.each do |plugin| unless plugin.hide_from_menu -%> <li class='tab' id='plugin_<%= plugin.title %>'> <%= link_to plugin.title, plugin.url, :class => (plugin.highlighted?(params) ? "active" : "") %> </li> <% end end -%> <% if Refinery::Plugins.active.in_menu.size > 1 -%> <li> <%= link_to " ", "", :id => "menu_reorder", :title => "Reorder menu" %> <%= link_to " ", "", :id => "menu_reorder_done", :title => "I'm done reordering the menu", :style => "display: none;" %> </li> <% end %> <li id='logout'> <%= link_to "Log out", logout_url %> </li> </ul> <input type='hidden' id='admin_authenticity_token' value='<%= form_authenticity_token %>' />
Version data entries
16 entries across 16 versions & 2 rubygems