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