Sha256: 13c0fcb09eef08398d93206f87ee47c4781098b128fa19985d14b9a35a9b505f

Contents?: true

Size: 571 Bytes

Versions: 98

Compression:

Stored size: 571 Bytes

Contents

.products--index-table
  %table.bordered.data-table
    %thead
      %tr
        %th.name Name
        %th.prices Prices

    - products.each do |product|
      %tr
        %td.p-2
          = link_to '[~]', edit_product_path( product )
          .d-inline-block= button_to 'x', product_path(product), method: :delete, data: { confirm: 'Are you sure?' }
          = product.name
          .gray= product.product_id
        %td.p-2
          %ul
            - product.prices.each do |price|
              %li
                = price
                .gray= price.price_id

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
wco_models-3.1.0.113 app/views/wco/products/_table.haml
wco_models-3.1.0.112 app/views/wco/products/_table.haml
wco_models-3.1.0.111 app/views/wco/products/_table.haml
wco_models-3.1.0.110 app/views/wco/products/_table.haml
wco_models-3.1.0.109 app/views/wco/products/_table.haml
wco_models-3.1.0.108 app/views/wco/products/_table.haml
wco_models-3.1.0.107 app/views/wco/products/_table.haml
wco_models-3.1.0.106 app/views/wco/products/_table.haml
wco_models-3.1.0.105 app/views/wco/products/_table.haml
wco_models-3.1.0.104 app/views/wco/products/_table.haml
wco_models-3.1.0.103 app/views/wco/products/_table.haml
wco_models-3.1.0.102 app/views/wco/products/_table.haml
wco_models-3.1.0.101 app/views/wco/products/_table.haml
wco_models-3.1.0.100 app/views/wco/products/_table.haml
wco_models-3.1.0.99 app/views/wco/products/_table.haml
wco_models-3.1.0.98 app/views/wco/products/_table.haml
wco_models-3.1.0.97 app/views/wco/products/_table.haml
wco_models-3.1.0.96 app/views/wco/products/_table.haml