cutlass_js_rails 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/cutlass/_radio_field.html.erb +1 -1
- data/lib/cutlass_js_rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5deeeb6bbaa744f53bbede616d1720bbdcc4bcba
|
4
|
+
data.tar.gz: 6e1c71541eff93152d2c8c011befbf415cb29737
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3fe505257ac2fcc8c9701f87900805416fa94d6c78f39327617768265a7ce4f1ebcc55c6b3f7122bfafa5b7bf4466b31cf34fad6979a45cee0c07c25521cfe8
|
7
|
+
data.tar.gz: 471c1870edfa8df400b5b02d2e8ba60b885f4d7eb24fb65b1b43a1ee2690bf7a4494e2b2e41d7c16b878b434e696f9771c5a7ab8498743a3955b573251a94350
|
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
<div class="Cutlass-input-radio" data-label="<%= label %>" data-error=<%= model.errors[code][0] %>>
|
9
9
|
<% count = 0 %>
|
10
|
-
<%= f.collection_radio_buttons(code, options, 'value', 'label', {}, **{ class: 'icheck-me Cutlass-input-radio-single' }.merge(props)) do |b| %>
|
10
|
+
<%= f.collection_radio_buttons(code, options, 'value', 'label', {}, **{ class: 'icheck-me Cutlass-input-radio-single' }.merge(props).symbolize_keys) do |b| %>
|
11
11
|
<div class="Cutlass-input-radio-single">
|
12
12
|
<%= b.radio_button(checked: (b.value == value || options.first.value) ) %>
|
13
13
|
<%= b.label %>
|