will_filter 5.1.2 → 5.1.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 +4 -4
- data/Gemfile.lock +2 -2
- data/app/views/will_filter/calendar/index.html.erb +1 -1
- data/app/views/will_filter/exporter/index.html.erb +1 -1
- data/app/views/will_filter/filter/_condition.html.erb +2 -2
- data/app/views/will_filter/filter/_conditions_footer.html.erb +2 -2
- data/lib/will_filter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e6304d63a34f3a4f0104a74ac1413173a1364804df01106ebe54b11d0f3b99d
|
|
4
|
+
data.tar.gz: 783b671764d80029de1234a7ecc4573fc3cb9a85c73c51f7781b2d959d8ae3f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50db3336311678af249e7edd0102971c89a8ea43b8d68186a0cd297881688f9bb4c45741606fffc2b7df7da34c44a88f91a5e2009116393ba9651e3435f56658
|
|
7
|
+
data.tar.gz: 1376075193974f76b79526471f3d7f8d24eabf3213bd2ad9f36717b835f2fdd80347ed39d5e0374f8d5fd59cc19e1bfeceaa27b7ab1efcc5c38fbdbdb71da214
|
data/Gemfile.lock
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
<button type="button" class="btn btn-primary btn-xs" onclick="wfExporter.exportFilter()">
|
|
37
37
|
Export
|
|
38
38
|
</button>
|
|
39
|
-
<button type="button" class="btn btn-default btn-xs" onclick="wfExporter.hide()">
|
|
39
|
+
<button type="button" class="btn btn-default btn-secondary btn-xs" onclick="wfExporter.hide()">
|
|
40
40
|
Cancel
|
|
41
41
|
</button>
|
|
42
42
|
</div>
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
<%= render :partial => "/will_filter/filter/containers/#{condition.container.template_name}", :locals => {:container => condition.container, :index => index} %>
|
|
32
32
|
</td>
|
|
33
33
|
<td class="actions">
|
|
34
|
-
<button type="button" class="btn btn-default btn-xs" onclick="wfFilter.removeConditionAt('<%= index %>')" style="width: 20px;">
|
|
34
|
+
<button type="button" class="btn btn-default btn-secondary btn-xs" onclick="wfFilter.removeConditionAt('<%= index %>')" style="width: 20px;">
|
|
35
35
|
-
|
|
36
36
|
</button>
|
|
37
|
-
<button type="button" class="btn btn-default btn-xs" onclick="wfFilter.addConditionAfter('<%= index %>')" style="width: 20px;">
|
|
37
|
+
<button type="button" class="btn btn-default btn-secondary btn-xs" onclick="wfFilter.addConditionAfter('<%= index %>')" style="width: 20px;">
|
|
38
38
|
+
|
|
39
39
|
</button>
|
|
40
40
|
</td>
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
</div>
|
|
19
19
|
|
|
20
20
|
<div>
|
|
21
|
-
<button type="button" class="btn btn-default btn-xs" onclick="wfFilter.addCondition()">
|
|
21
|
+
<button type="button" class="btn btn-default btn-secondary btn-xs" onclick="wfFilter.addCondition()">
|
|
22
22
|
+ Add Condition
|
|
23
23
|
</button>
|
|
24
|
-
<button type="button" class="btn btn-default btn-xs" onclick="wfFilter.removeAllConditions()">
|
|
24
|
+
<button type="button" class="btn btn-default btn-secondary btn-xs" onclick="wfFilter.removeAllConditions()">
|
|
25
25
|
Clear All
|
|
26
26
|
</button>
|
|
27
27
|
|
data/lib/will_filter/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: will_filter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.1.
|
|
4
|
+
version: 5.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Berkovich
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|