Sha256: 182947b3ea7a58753dbf69a46068cd17fae30087e6256cfd9555e64b41b7a74e
Contents?: true
Size: 613 Bytes
Versions: 11
Compression:
Stored size: 613 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::Prototype %> <%= tab :prototypes %> <% end %> <% if can? :admin, Spree::Taxonomy %> <%= tab :taxonomies %> <% end %> <% if can? :admin, Spree::Taxon %> <%= tab :taxons, label: :display_order %> <% end %> </ul>
Version data entries
11 entries across 11 versions & 1 rubygems