Sha256: 44ce0d6e8b7fab646f8fab82311121d07b6dd02010abfca9d442597157a8fa52
Contents?: true
Size: 732 Bytes
Versions: 12
Compression:
Stored size: 732 Bytes
Contents
<% Spree.deprecator.warn "Using the #{@virtual_path.inspect} partial is deprecated, please use MenuItem#children instead." %> <ul class="admin-subnav" data-hook="admin_product_sub_tabs"> <% if can? :admin, Spree::Product %> <%= tab label: :products, match_path: '/products' %> <% end %> <% if can? :admin, Spree::OptionType %> <%= tab label: :option_types, match_path: '/option_types' %> <% end %> <% if can? :admin, Spree::Property %> <%= tab label: :properties %> <% end %> <% if can? :admin, Spree::Taxonomy %> <%= tab label: :taxonomies %> <% end %> <% if can? :admin, Spree::Taxon %> <%= tab url: spree.admin_taxons_path, label: :display_order, match_path: '/taxons' %> <% end %> </ul>
Version data entries
12 entries across 12 versions & 1 rubygems