Sha256: fb43bbedae60a58f509919bdb9a77f9564f177e0917fe7bd17cd3809fb45c4ea
Contents?: true
Size: 556 Bytes
Versions: 106
Compression:
Stored size: 556 Bytes
Contents
<ul class="admin-subnav" data-hook="admin_product_sub_tabs"> <% 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::Taxonomy %> <%= tab :taxonomies %> <% end %> <% if can? :admin, Spree::Taxon %> <%= tab :taxons, label: :display_order, match_path: '/taxons' %> <% end %> </ul>
Version data entries
106 entries across 106 versions & 2 rubygems