Sha256: 267967e6beacb936314520ce511ed7836d30ba3b33987a5a21d50ba05e8968a2

Contents?: true

Size: 341 Bytes

Versions: 3

Compression:

Stored size: 341 Bytes

Contents

- @page_title = "Product Categories"

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

.table
  %table.data
    %thead
      %tr
        %th Name
    %tbody
      - for cat in @product_categories
        %tr
          %td= link_to cat.name, [:edit, cat]

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shoppe-0.0.7 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.6 app/views/shoppe/product_categories/index.html.haml
shoppe-0.0.5 app/views/shoppe/product_categories/index.html.haml