iquest-simple_table 0.4.1 → 0.4.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2b3a345932c6289335dcd59787cb92c370b3b79
|
|
4
|
+
data.tar.gz: 1476519f4bb93fed6c52cb0936bee37011270f3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1109c9e33b934185bf3db8285fc7f1a3551c979e3b975096173982cd87832a9f1f8bb7fc3e03545d44081fbbb1031027db782948867cf44aa769620792f43bbe
|
|
7
|
+
data.tar.gz: a9fa5fbba484119ab8f9913782cab7fe848f66fdde9b2cc368375fe6224edf6d6321062219021d618b9ce4d3a673e50c035936be6ad6d201ba576e411105753f
|
|
@@ -178,10 +178,9 @@ module Iquest
|
|
|
178
178
|
sort_attr = sort
|
|
179
179
|
end
|
|
180
180
|
sort_options.reverse_merge!(method: search_action)
|
|
181
|
-
sort_link(@search, sort_attr, label, sort_options)
|
|
181
|
+
"#{sort_link(@search, sort_attr, label, sort_options)}#{description(attr)}"
|
|
182
182
|
else
|
|
183
|
-
label
|
|
184
|
-
label.html_safe
|
|
183
|
+
"#{label}#{description(attr)}".html_safe
|
|
185
184
|
end
|
|
186
185
|
end
|
|
187
186
|
|
|
@@ -278,7 +277,7 @@ module Iquest
|
|
|
278
277
|
def render_actions(item)
|
|
279
278
|
content_tag :td, class: 'rowlink-skip' do
|
|
280
279
|
@actions.map do |action|
|
|
281
|
-
render_action(item, action)
|
|
280
|
+
render_action(item, **action)
|
|
282
281
|
end.join.html_safe
|
|
283
282
|
end
|
|
284
283
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iquest-simple_table
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pavel Dusanek
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ransack_simple_form
|
|
@@ -110,7 +110,7 @@ homepage: https://github.com/iquest/iquest-simple_table
|
|
|
110
110
|
licenses:
|
|
111
111
|
- MIT
|
|
112
112
|
metadata: {}
|
|
113
|
-
post_install_message:
|
|
113
|
+
post_install_message:
|
|
114
114
|
rdoc_options: []
|
|
115
115
|
require_paths:
|
|
116
116
|
- lib
|
|
@@ -125,9 +125,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
126
|
version: '0'
|
|
127
127
|
requirements: []
|
|
128
|
-
rubyforge_project:
|
|
128
|
+
rubyforge_project:
|
|
129
129
|
rubygems_version: 2.4.5.2
|
|
130
|
-
signing_key:
|
|
130
|
+
signing_key:
|
|
131
131
|
specification_version: 4
|
|
132
132
|
summary: Simple table helper, taht supports filtering through Ransack
|
|
133
133
|
test_files: []
|