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