Sha256: 60c4d77195e6e50d122e2d7b39893a0fa928839a306421bac923a6d9ddfbba91

Contents?: true

Size: 372 Bytes

Versions: 9

Compression:

Stored size: 372 Bytes

Contents

- @page_title = t('kkt_shoppe.products.products')

= content_for :header do
  %p.buttons
    = link_to t('kkt_shoppe.products.new_product'), :new_product, :class => 'button green'  
    = link_to t('kkt_shoppe.products.import_products'), :import_products, :class => 'button gray'
  %h2.products= t('kkt_shoppe.products.products')

= render 'table', :products => @products

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 app/views/kkt_shoppe/products/index.html.haml
kkt_shoppe-2.0.1 app/views/kkt_shoppe/products/index.html.haml
kkt_shoppe-2.0.0 app/views/kkt_shoppe/products/index.html.haml
kkt_shoppe-1.3.0 app/views/kkt_shoppe/products/index.html.haml
kkt_shoppe-1.2.1 app/views/kkt_shoppe/products/index.html.haml
kkt_shoppe-1.2.0 app/views/kkt_shoppe/products/index.html.haml
kkt_shoppe-1.1.2 app/views/kkt_shoppe/products/index.html.haml
kkt_shoppe-1.1.1 app/views/kkt_shoppe/products/index.html.haml
kkt_shoppe-1.1.0 app/views/kkt_shoppe/products/index.html.haml