Sha256: 4c2563868083dc5eccee8b3881bfdd10b9405836e0ea56cfdb1267739479a1aa

Contents?: true

Size: 454 Bytes

Versions: 7

Compression:

Stored size: 454 Bytes

Contents

%table.records
  %thead
    %tr
      %th= resource_humanize(:select)
      %th= resource_humanize(:vendor)
      %th= resource_humanize(:discount_code)
      -#%th= resource_humanize(:discount_percentage)
      %th= resource_humanize(:sales_info)
      %th= e9_t(:actions)
  %tbody
  - if collection.empty?
    %tr
      %td{:colspan => 6}= e9_t(:no_records_text)
  - else
    - collection.each do |record|
      = render 'table_row', :record => record

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
e9_vendors-0.0.10 app/views/e9_vendors/vendor_proxies/_table.html.haml
e9_vendors-0.0.9 app/views/e9_vendors/vendor_proxies/_table.html.haml
e9_vendors-0.0.8 app/views/e9_vendors/vendor_proxies/_table.html.haml
e9_vendors-0.0.7 app/views/e9_vendors/vendor_proxies/_table.html.haml
e9_vendors-0.0.6 app/views/e9_vendors/vendor_proxies/_table.html.haml
e9_vendors-0.0.5 app/views/e9_vendors/vendor_proxies/_table.html.haml
e9_vendors-0.0.4 app/views/e9_vendors/vendor_proxies/_table.html.haml