Sha256: b4992f99e0dba1ce63a3a0e256a7ee921dc9f104e4bdf31272b91ea83e2a68e5

Contents?: true

Size: 484 Bytes

Versions: 8

Compression:

Stored size: 484 Bytes

Contents

%table.table.table-striped.esr_files.collection
  %thead
    %tr   
      %th= t_attr :updated_at, EsrFile
      %th.right= t_attr :bookings, EsrFile
      %th.right= t_attr :invalid_bookings, EsrFile
      %th.right= t_attr :missing_bookings, EsrFile
      %th.right= t_attr :total_amount, EsrFile
      %th.action-links
  %tbody
    = render @esr_files

  %tfoot
    %tr#invoices_list_footer
      %th{:colspan => 5}= will_paginate @esr_files, :params => {:query => params[:query]}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
vesr-0.12.5 app/views/esr_files/_list.html.haml
vesr-0.12.4 app/views/esr_files/_list.html.haml
vesr-0.12.3 app/views/esr_files/_list.html.haml
vesr-0.12.2 app/views/esr_files/_list.html.haml
vesr-0.12.1 app/views/esr_files/_list.html.haml
vesr-0.12.0 app/views/esr_files/_list.html.haml
vesr-0.11.9 app/views/esr_files/_list.html.haml
vesr-0.11.8 app/views/esr_files/_list.html.haml