Sha256: da725b930913e80751ecd4709d5c5e358ea368b6c0d6b411fd110d55f86b6ac1

Contents?: true

Size: 452 Bytes

Versions: 3

Compression:

Stored size: 452 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

3 entries across 3 versions & 1 rubygems

Version Path
e9_vendors-0.0.3 app/views/e9_vendors/vendor_proxies/_table.html.haml
e9_vendors-0.0.2 app/views/e9_vendors/vendor_proxies/_table.html.haml
e9_vendors-0.0.1 app/views/e9_vendors/vendor_proxies/_table.html.haml