Sha256: 13c0fcb09eef08398d93206f87ee47c4781098b128fa19985d14b9a35a9b505f

Contents?: true

Size: 571 Bytes

Versions: 96

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

96 entries across 96 versions & 1 rubygems

Version Path
wco_models-3.1.0.199 app/views/wco/products/_table.haml
wco_models-3.1.0.198 app/views/wco/products/_table.haml
wco_models-3.1.0.197 app/views/wco/products/_table.haml
wco_models-3.1.0.196 app/views/wco/products/_table.haml
wco_models-3.1.0.195 app/views/wco/products/_table.haml
wco_models-3.1.0.194 app/views/wco/products/_table.haml
wco_models-3.1.0.193 app/views/wco/products/_table.haml
wco_models-3.1.0.192 app/views/wco/products/_table.haml
wco_models-3.1.0.191 app/views/wco/products/_table.haml
wco_models-3.1.0.190 app/views/wco/products/_table.haml
wco_models-3.1.0.189 app/views/wco/products/_table.haml
wco_models-3.1.0.188 app/views/wco/products/_table.haml
wco_models-3.1.0.187 app/views/wco/products/_table.haml
wco_models-3.1.0.184 app/views/wco/products/_table.haml
wco_models-3.1.0.183 app/views/wco/products/_table.haml
wco_models-3.1.0.182 app/views/wco/products/_table.haml
wco_models-3.1.0.181 app/views/wco/products/_table.haml
wco_models-3.1.0.180 app/views/wco/products/_table.haml
wco_models-3.1.0.178 app/views/wco/products/_table.haml
wco_models-3.1.0.177 app/views/wco/products/_table.haml