Sha256: 75bd740cc8389cef0b6cfee72c2fae44b1e67fa15c27e4788fae67817a383724

Contents?: true

Size: 399 Bytes

Versions: 4

Compression:

Stored size: 399 Bytes

Contents

<% content_for :sub_menu do %>
  <table cellspacing="0" cellpadding="0" id="sub-menu">
    <tr>
      <td><%= link_to t("Products"), admin_products_url %></td>
      <td><%= link_to t("Option Types"), admin_option_types_url %></td>
      <td><%= link_to t("Properties"), admin_properties_url %></td>
      <td><%= link_to t("Prototypes"), admin_prototypes_url %></td>
    </tr>
  </table>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree-0.4.0 app/views/shared/_product_sub_menu.html.erb
spree-0.4.1 app/views/shared/_product_sub_menu.html.erb
spree-0.5.0 app/views/shared/_product_sub_menu.html.erb
spree-0.5.1 app/views/shared/_product_sub_menu.html.erb