Sha256: 40c3763d5554aa6072e36e6d2330c695e55c19e51f879e9663c736b6317ba3ac

Contents?: true

Size: 933 Bytes

Versions: 30

Compression:

Stored size: 933 Bytes

Contents

<% page_title 'product groups' %>

<div>
  <h1 class='ns-page-title'><%= t(:product_groups) %></h1>
  <%= link_to(new_admin_product_group_path, class: 'btn btn-success new-action', id: 'add_new_product_group') do %>
    <i class="icon-plus"></i> Add new product group
  <% end %>
  <div class='clear'></div>
</div>

<br />

<table class="table table-striped">
  <tbody>
    <% @product_groups.each do |product_group| %>
      <tr>
        <td><%= product_group.name %></td>
        <td><%= product_group.summarize %></td>
        <td>
          <%= link_to t(:edit), edit_admin_product_group_path(product_group), title: 'Edit' %>
          |
          <%= link_to [:admin, product_group], data: { confirm: t(:delete_confirmation_for_product_group) }, method: 'delete', class: 'delete', title: 'Delete' do %>
            <%= delete_icon %>
          <% end %>
        </td>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
nimbleshop_core-0.0.23 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.21 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.20 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.19 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.17 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.16 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.15 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.14 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.14.rc2 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.14.rc1 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.13 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.12 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.11 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.10 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.9 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.8 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.7 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.5 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.4.beta1 app/views/admin/product_groups/index.html.erb
nimbleshop_core-0.0.4 app/views/admin/product_groups/index.html.erb