iquest-simple_table 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3079fa83cb9d2462dfd417a670adde2bcf437f02
4
- data.tar.gz: 7c7c28a54921c514cb48930e850cf27c12b9f9d0
3
+ metadata.gz: 6c5ab455d758e9ac8c5d55c8c529abb08fb8765f
4
+ data.tar.gz: 042b73f4e3a50d84cb0dd9ed845f143c9d967d94
5
5
  SHA512:
6
- metadata.gz: 5a7b97763cb2929c98b2a9f008c54752440e71235112f31ed9bf017c87e9a6d927567e64c21e9fd4d3b38db1f6c006e2215bc82e91ce561f2cf8108696420ce6
7
- data.tar.gz: 6d24acc2b1d5fde34b54c3ff2efadb862e7ac829c0fdf133f81cde564f05f3c5e9aeee56bdb8e77f582b6108a06d6dfc8b3193a1bcf96fb4b92427d6003c91a3
6
+ metadata.gz: 24085fb0c6d04f4d5fa4d6f10d703cb760b94c9917869c0d542529c6aaa6ec5e07ec5b18212f94f10a32af07cbbb4102ade07dfe790517e5b118e87595a5f639
7
+ data.tar.gz: f7daeeadc21940a17024027f4820f0bb5409ff1286ed240534c8038946abfbce6eadbe44a0594d4ca02a8049c5520f2524cdcee853975f8f5796962dfdd786f2
@@ -268,7 +268,7 @@ module Iquest
268
268
  end
269
269
 
270
270
  def render_footer_actions
271
- content_tag :td, '', class: '' do
271
+ content_tag :td, '', class: 'totals-block' do
272
272
  page_entries_info @collection, entry_name: @klass.model_name.human if @collection.respond_to?(:current_page)
273
273
  end
274
274
  end
@@ -1,5 +1,5 @@
1
1
  module Iquest
2
2
  module SimpleTable
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iquest-simple_table
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Dusanek