refine-rails 2.9.12 → 2.9.13
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5836b6a4e038da50667759f2797771d2c58cd85b55bdf675c566ed3378da2867
|
|
4
|
+
data.tar.gz: 2be921931819b0c9174e359078312ee2cf7061df037024786638f1110d7ab1a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3b75ad55aa0c839691eec7694b91028e4d1e22db4b8aab45ada04f9a5989c1ffb1d986a1f33a6a8b1eedd2718cacb981442db1bcc59fa10ca0de1b9c1039cae
|
|
7
|
+
data.tar.gz: 6fab69ea67b35e8925638a6ce16ff99d2d590331867ca126403460639e708ccca8f9caa6b17e9d579fda9329e9d26008c77698cfca62884182ead9c2d71d85aa
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
<option
|
|
37
37
|
value="<%= condition_option[:id] %>"
|
|
38
38
|
<% if selected_condition_id == condition_option[:id] %>selected<% end %>
|
|
39
|
+
title="<%= condition_option[:display] %>"
|
|
39
40
|
><%= condition_option[:display] %></option>
|
|
40
41
|
<% end %>
|
|
41
42
|
</optgroup>
|
|
@@ -45,6 +46,7 @@
|
|
|
45
46
|
<option
|
|
46
47
|
value="<%= condition_option[:id] %>"
|
|
47
48
|
<% if selected_condition_id == condition_option[:id] %>selected<% end %>
|
|
49
|
+
title="<%= condition_option[:display] %>"
|
|
48
50
|
><%= condition_option[:display] %></option>
|
|
49
51
|
<% end %>
|
|
50
52
|
</optgroup>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<% else %>
|
|
18
18
|
<%= radio_button_tag input_fields.field_name("selected"), option.id, (criterion.input.selected == [option.id]), class: "refine--option-input", form: form_id %>
|
|
19
19
|
<% end %>
|
|
20
|
-
<span class="refine--option-text"><%= option.display.truncate(64) %></span>
|
|
20
|
+
<span class="refine--option-text" title="<%= option.display %>"><%= option.display.truncate(64) %></span>
|
|
21
21
|
<% end %>
|
|
22
22
|
<% end %>
|
|
23
23
|
<% if criterion.condition.meta[:postfix] %>
|
data/lib/refine/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: refine-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.9.
|
|
4
|
+
version: 2.9.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Colleen Schnettler
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2024-
|
|
12
|
+
date: 2024-06-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|