Sha256: 6a5ffda7458763d17beed4135e0462f10fadcf95f45da28ebdb388d3acbe0b14
Contents?: true
Size: 689 Bytes
Versions: 20
Compression:
Stored size: 689 Bytes
Contents
<% content_for :sub_menu do %> <ul id="sub_nav" data-hook="admin_product_sub_tabs" class="inline-menu"> <% if can? :admin, Spree::Product %> <%= tab :products, :match_path => '/products' %> <% end %> <% if can? :admin, Spree::OptionType %> <%= tab :option_types, :match_path => '/option_types' %> <% end %> <% if can? :admin, Spree::Property %> <%= tab :properties %> <% end %> <% if can? :admin, Spree::Prototype %> <%= tab :prototypes %> <% end %> <% if can? :admin, Spree::Taxonomy %> <%= tab :taxonomies %> <% end %> <% if can? :admin, Spree::Taxon %> <%= tab :taxons %> <% end %> </ul> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems