Sha256: 54eeadd1f314d030bff21dc35a9fb0a4a82ec56631ad9f4bb442f1eb05f14516

Contents?: true

Size: 454 Bytes

Versions: 62

Compression:

Stored size: 454 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 )
          = product.name
          .gray= product.product_id
        %td.p-2
          %ul
            - product.prices.each do |price|
              %li
                = price
                .gray= price.price_id

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
wco_models-3.1.0.95 app/views/wco/products/_table.haml
wco_models-3.1.0.94 app/views/wco/products/_table.haml
wco_models-3.1.0.93 app/views/wco/products/_table.haml
wco_models-3.1.0.92 app/views/wco/products/_table.haml
wco_models-3.1.0.91 app/views/wco/products/_table.haml
wco_models-3.1.0.90 app/views/wco/products/_table.haml
wco_models-3.1.0.89 app/views/wco/products/_table.haml
wco_models-3.1.0.88 app/views/wco/products/_table.haml
wco_models-3.1.0.87 app/views/wco/products/_table.haml
wco_models-3.1.0.86 app/views/wco/products/_table.haml
wco_models-3.1.0.85 app/views/wco/products/_table.haml
wco_models-3.1.0.83 app/views/wco/products/_table.haml
wco_models-3.1.0.82 app/views/wco/products/_table.haml
wco_models-3.1.0.81 app/views/wco/products/_table.haml
wco_models-3.1.0.80 app/views/wco/products/_table.haml
wco_models-3.1.0.79 app/views/wco/products/_table.haml
wco_models-3.1.0.78 app/views/wco/products/_table.haml
wco_models-3.1.0.77 app/views/wco/products/_table.haml
wco_models-3.1.0.76 app/views/wco/products/_table.haml
wco_models-3.1.0.75 app/views/wco/products/_table.haml