Sha256: cab3307e81941b6b21fbdb198f0c0bdb15e9f2caa8fbf59c2e18261c9d5ad5d4

Contents?: true

Size: 500 Bytes

Versions: 50

Compression:

Stored size: 500 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.amount_cents.to_f/100 } / #{price.interval}
                .gray= price.price_id

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
ish_manager-0.1.8.513 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.512 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.511 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.510 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.509 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.508 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.507 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.506 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.505 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.504 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.503 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.500 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.499 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.498 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.497 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.496 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.495 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.494 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.493 app/views/ish_manager/products/_index_table.haml
ish_manager-0.1.8.492 app/views/ish_manager/products/_index_table.haml