Sha256: 70cf73273a24da10aad61945a41e8d34c743f220b70c46096d712dc18d2c2c13
Contents?: true
Size: 533 Bytes
Versions: 39
Compression:
Stored size: 533 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 %> <% end %> </ul>
Version data entries
39 entries across 39 versions & 1 rubygems