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.176 app/views/wco/products/_table.haml
wco_models-3.1.0.175 app/views/wco/products/_table.haml
wco_models-3.1.0.174 app/views/wco/products/_table.haml
wco_models-3.1.0.173 app/views/wco/products/_table.haml
wco_models-3.1.0.172 app/views/wco/products/_table.haml
wco_models-3.1.0.171 app/views/wco/products/_table.haml
wco_models-3.1.0.170 app/views/wco/products/_table.haml
wco_models-3.1.0.169 app/views/wco/products/_table.haml
wco_models-3.1.0.168 app/views/wco/products/_table.haml
wco_models-3.1.0.167 app/views/wco/products/_table.haml
wco_models-3.1.0.166 app/views/wco/products/_table.haml
wco_models-3.1.0.165 app/views/wco/products/_table.haml
wco_models-3.1.0.164 app/views/wco/products/_table.haml
wco_models-3.1.0.163 app/views/wco/products/_table.haml
wco_models-3.1.0.162 app/views/wco/products/_table.haml
wco_models-3.1.0.161 app/views/wco/products/_table.haml
wco_models-3.1.0.155 app/views/wco/products/_table.haml
wco_models-3.1.0.154 app/views/wco/products/_table.haml
wco_models-3.1.0.153 app/views/wco/products/_table.haml
wco_models-3.1.0.152 app/views/wco/products/_table.haml