vesr 0.11.4 → 0.11.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,15 @@
1
- %table.list#esr_file_list
2
- %tr
3
- %th= t_attr :updated_at, EsrFile
4
- %th.right= t_attr :bookings, EsrFile
5
- %th.right= t_attr :invalid_bookings, EsrFile
6
- %th.right= t_attr :missing_bookings, EsrFile
7
- %th.right= t_attr :total_amount, EsrFile
8
- %th.action-links
1
+ %table.zebra-striped.esr_files.collection
2
+ %thead
3
+ %tr
4
+ %th= t_attr :updated_at, EsrFile
5
+ %th.right= t_attr :bookings, EsrFile
6
+ %th.right= t_attr :invalid_bookings, EsrFile
7
+ %th.right= t_attr :missing_bookings, EsrFile
8
+ %th.right= t_attr :total_amount, EsrFile
9
+ %th.action-links
10
+ %tbody
11
+ = render @esr_files
9
12
 
10
- = render @esr_files
11
-
12
- %tr#invoices_list_footer
13
- %th{:colspan => 5}= will_paginate @esr_files, :params => {:query => params[:query]}
13
+ %tfoot
14
+ %tr#invoices_list_footer
15
+ %th{:colspan => 5}= will_paginate @esr_files, :params => {:query => params[:query]}
@@ -1,11 +1,12 @@
1
- %table.list{:style => "width: 100%"}
2
- %tr
3
- %th= t_attr :value_date, EsrRecord
4
- %th= t_attr :customer, EsrRecord
5
- %th= t_attr :state, EsrRecord
6
- %th.currency= t_attr :amount, EsrRecord
7
- %th.currency= t_attr :payment_amount, EsrRecord
8
- %th.currency= t_attr :saldo, EsrRecord
9
- %th.action-links
10
-
11
- = render @esr_records || esr_records
1
+ %table.zebra-striped.collection{:style => "width: 100%"}
2
+ %thead
3
+ %tr
4
+ %th= t_attr :value_date, EsrRecord
5
+ %th= t_attr :customer, EsrRecord
6
+ %th= t_attr :state, EsrRecord
7
+ %th.currency= t_attr :amount, EsrRecord
8
+ %th.currency= t_attr :payment_amount, EsrRecord
9
+ %th.currency= t_attr :saldo, EsrRecord
10
+ %th.action-links
11
+ %tbody
12
+ = render @esr_records || esr_records
data/lib/vesr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vesr
2
- VERSION = "0.11.4"
2
+ VERSION = "0.11.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vesr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 4
10
- version: 0.11.4
9
+ - 5
10
+ version: 0.11.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-03-06 00:00:00 Z
19
+ date: 2012-03-08 00:00:00 Z
20
20
  dependencies: []
21
21
 
22
22
  description: VESR provides support for ESR number calculations and gives ready to use Rails components.