Skip to content

Instantly share code, notes, and snippets.

@HeroicEric
Created October 25, 2011 13:59
Show Gist options
  • Select an option

  • Save HeroicEric/1312813 to your computer and use it in GitHub Desktop.

Select an option

Save HeroicEric/1312813 to your computer and use it in GitHub Desktop.
<% content_for :sub_menu do %>
<ul id="sub_nav" data-hook="admin_product_sub_tabs">
<%= tab :products, :match_path => '/products' %>
<%= tab :option_types, :match_path => '/option_types' %>
<%= tab :properties %>
<%= tab :prototypes %>
<%= tab :product_groups, :match_path => '/product_groups' %>
<%= tab :variant_datasheets, :match_path => '/variant_datasheets', :css_class => 'last' %>
</ul>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment