kono_utils_bootstrap_view4 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 064dc913cd0495e59ac918f94ba761533d861d2b0cfd47f2509aed226650721c
4
- data.tar.gz: 984f63537e0648d1351c243629623f21dfcc5be2f98f2b514a0e7f707c24080e
3
+ metadata.gz: 97774694179797f76da7122827aaebeb3b0fb4b55f33632cb8460d6b802342ac
4
+ data.tar.gz: 2614575e9e035fa42cee5a41dc7f893895bdea212e97747edab35b012a1edfdc
5
5
  SHA512:
6
- metadata.gz: db0c13fcd34b188fe04b0e49a4d7079c0c2b77b7e068d8e4514056a77b489e8cfa80e455ae4d00a2ade8c2af5b02202d23990bb2fea964dd0bf8ab129e04e53e
7
- data.tar.gz: b880b9ffe28d1667e24fac3b9167f754850a1faf26f018d8488cc2f3f77cd223d4de1eb177eed0c4b38f62314a094606cfa8bc82edd1c1c46fb48a559dbc8538
6
+ metadata.gz: '079b97baf17d95b65e461991143a7e66973a802c278e1c5726a18a471010245f56d97f8fbc2523b65fb21bf9ed296f2d0b7982d1a3bdc5486951e5c2ff48d0bd'
7
+ data.tar.gz: 38e65684fc2fc8bc5e4749a81bb4cdf46ba896069c52c0bf8cb533296467b5c99e3a78b84cf1db64d11c6094f1db61988caa7ea5b9c53c7677b2cf3b7508941b
@@ -2,7 +2,7 @@
2
2
  <thead>
3
3
  <tr>
4
4
  <% columns_to_show.each do |c| %>
5
- <th><%= form.object.class.human_attribute_name(c.name) %></th>
5
+ <th><%= base_class.human_attribute_name(c.name) %></th>
6
6
  <% end %>
7
7
  <th></th>
8
8
  </tr>
@@ -1,3 +1,3 @@
1
1
  module KonoUtilsBootstrapView4
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kono_utils_bootstrap_view4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marino Bonetti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-04 00:00:00.000000000 Z
11
+ date: 2021-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails