Sha256: b19fc2fa56108b43b9bbc9b9957f2fb6e8bdc5287d848a49d7254f63f40dcf76

Contents?: true

Size: 399 Bytes

Versions: 5

Compression:

Stored size: 399 Bytes

Contents

.page-header
  %h1= Market::Product.model_name.human

= actions do
  = create_link(new_admin_market_product_path)

= table_for(Market::Product).content(@products) do |t|
  - t.column :name
  - t.column :sku, class: "text-center", cols: 1
  - t.column :price, class: "text-left", cols: 1
  - t.edit
  - t.delete

= admin_paginate @products

= actions do
  = create_link(new_admin_market_product_path)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
coalla-cms-0.4.2.0 lib/generators/coalla/cms/market/templates/views/products/index.html.haml
coalla-cms-0.5.2.4 lib/generators/coalla/cms/market/templates/views/products/index.html.haml
coalla-cms-0.4.4.3 lib/generators/coalla/cms/market/templates/views/products/index.html.haml
coalla-cms-0.5.1.9 lib/generators/coalla/cms/market/templates/views/products/index.html.haml
coalla-cms-0.5.1.8 lib/generators/coalla/cms/market/templates/views/products/index.html.haml