Sha256: 933e16fc9c8aef2fafc52dd903139f1b1dd667ac857ae940f8db26de2f0b4ea9

Contents?: true

Size: 437 Bytes

Versions: 5

Compression:

Stored size: 437 Bytes

Contents

%table.pure-table.pure-table-horizontal
  %thead
    %tr
      %th Remote Product
      %th Local Product
  %tbody
    - products.each do |product|
      %tr
        %td=remote_product_link(product)
        %td
          - if product.local_product.present?
            = local_product_link product.local_product
          - else
            = haml "widgets/_link_line".to_sym, locals: {direction: :remote_local, product_id: product.id}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rawbotz-0.2.0 lib/rawbotz/views/remote_products/_table.haml
rawbotz-0.1.5 lib/rawbotz/views/remote_products/_table.haml
rawbotz-0.1.4 lib/rawbotz/views/remote_products/_table.haml
rawbotz-0.1.3 lib/rawbotz/views/remote_products/_table.haml
rawbotz-0.1.2 lib/rawbotz/views/remote_products/_table.haml