Sha256: 86f9e9cbc0ff2eaaeb23004165429d1a1ddfa733df1cb450906734ddbec7faff

Contents?: true

Size: 465 Bytes

Versions: 17

Compression:

Stored size: 465 Bytes

Contents

- @page_title = "Product Categories"

= content_for :header do
  %p.buttons=link_to "New category", :new_product_category, :class => 'button green'
  %h2.products Product Categories

.table
  %table.data
    %thead
      %tr
        %th Name
    %tbody
      - if @product_categories.empty?
        %tr.empty
          %td No categories to display.
      - else
        - for cat in @product_categories
          %tr
            %td= link_to cat.name, [:edit, cat]

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
shoppe-1.0.2 app/views/shoppe/product_categories/index.html.haml
shoppe-1.0.1 app/views/shoppe/product_categories/index.html.haml
shoppe-1.0.0 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.21 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.20 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.19 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.18 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.17 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.16 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.15 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.14 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.13 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.12 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.11 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.10 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.9 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.8 app/views/shoppe/product_categories/index.html.haml