visual_condition_builder 0.1.5 → 0.1.6
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ea07253b9dc8b055f7fc38fd0fa0d0e966d37b3
|
4
|
+
data.tar.gz: e59b36b297760866d4a3e4a87565432ec8ef7af5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c6d56f57ece6ebdf922c2030ab94dbe9b0c067df49650c3b68a707d91d487a53c3242612477eaeca1463c762e6b1aed21e252c170b6b930deaac020c3ac7aac
|
7
|
+
data.tar.gz: 300c167f4e732e991143da6462bc151652d38ff4b665e6ea240cdf3f615fc15e5743d12e092fe2b98019b2ee4f16c2e8addbae0388ecafb3588ed326e9d01a60
|
@@ -49,7 +49,7 @@ txtjs
|
|
49
49
|
concat(content_tag(:li, group_label, class: 'dropdown-header'))
|
50
50
|
create_conditions_fields_item(attrs)
|
51
51
|
else
|
52
|
-
concat(content_tag(:li, link_to(attrs[:label], '#', class: 'add-condition-field', data: {field: field})))
|
52
|
+
concat(content_tag(:li, link_to(attrs[:label], '#', class: 'add-condition-field', data: {field: field}), class: 'dropdown-item'))
|
53
53
|
end
|
54
54
|
end
|
55
55
|
end
|
@@ -76,4 +76,4 @@ txtjs
|
|
76
76
|
end
|
77
77
|
|
78
78
|
end
|
79
|
-
end
|
79
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: visual_condition_builder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bruno Porto
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A great and easy visual condition builder to your rails project
|
14
14
|
email:
|