Sha256: 8edcc4abe943f23364159668763acafc65db3936e2509c79f6c478fcca1d4a9a

Contents?: true

Size: 969 Bytes

Versions: 19

Compression:

Stored size: 969 Bytes

Contents

<%= render :partial => 'admin/shared/product_sub_menu' %>

<div class='toolbar'>
  <ul class='actions'>
    <li id="new_ot_link">
      <%= button_link_to t("new_option_type"), new_admin_option_type_url, {:remote => true, :icon => 'add', :id => 'new_option_type_link'} %>
    </li>
  </ul>
  <br class='clear' />
</div>

<h1><%= t("option_types") %></h1>

<div id="new_option_type"></div>

<table class="index sortable" id='listing_option_types'>
  <tr>
    <th><%= t("name") %></th>
    <th><%= t("presentation") %></th>
    <th></th>
  </tr>
  <% @option_types.each do |option_type| %>
    <tr id="<%= dom_id option_type %>">
      <td><span class="handle"></span> <%= option_type.name %></td>
      <td class='presentation'><%= option_type.presentation %></td>
      <td class="actions">
        <%= link_to_edit(option_type, :class => 'admin_edit_option_type') %>
        &nbsp;
        <%= link_to_delete(option_type) %>
      </td>
    </tr>
  <% end %>
</table>

Version data entries

19 entries across 19 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/option_types/index.html.erb
My-Commerce_core-1.1.0 app/views/admin/option_types/index.html.erb
My-Commerce_core-1.0.0 app/views/admin/option_types/index.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/option_types/index.html.erb
MyCommerce-0.0.3 core/app/views/admin/option_types/index.html.erb
rfcommerce_core-0.0.3 app/views/admin/option_types/index.html.erb
spree_core-0.60.6 app/views/admin/option_types/index.html.erb
spree_core-0.60.5 app/views/admin/option_types/index.html.erb
spree_core-0.50.4 app/views/admin/option_types/index.html.erb
spree_core-0.60.4 app/views/admin/option_types/index.html.erb
spree_core-0.50.3 app/views/admin/option_types/index.html.erb
spree_core-0.60.3 app/views/admin/option_types/index.html.erb
spree_core-0.60.2 app/views/admin/option_types/index.html.erb
spree_core-0.60.1 app/views/admin/option_types/index.html.erb
spree_core-0.60.0 app/views/admin/option_types/index.html.erb
spree_core-0.60.0.RC1 app/views/admin/option_types/index.html.erb
spree_core-0.50.2 app/views/admin/option_types/index.html.erb
spree_core-0.50.1 app/views/admin/option_types/index.html.erb
spree_core-0.50.0 app/views/admin/option_types/index.html.erb