cruj_cruj_cruj_visagio 1.0.5 → 1.0.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce74d578d9c053b19922fc0ede3bc55f18ead413799ae59acd868d52cb1c1ae4
|
4
|
+
data.tar.gz: e1492be6699e682cf252a9e4693bb38717a7da1c1f1cf590952e3edd09a95aa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fae9e50d46d085364adf3153518eaac4d13c41a7dea09c1a80261e344310933f43154efe1839740a3b63757431c01c8691c321edf7d0f54a3cce1447663b347f
|
7
|
+
data.tar.gz: e7ee1644a1e586b531eb718eda9aadc44add939d692e6c0d2da00415fe0dcbedd6b318169e2c103affa315963c0dd75f32bae1c61794f6062b69c9c585de08b6
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<%= f.select attribute_name, attribute_values.map { |k,v| [v,k] }, { include_blank: t(:all_field), selected: params[:q] ? params[:q][attribute_name] : '' } %>
|
16
16
|
<% elsif attribute_name =~ /true/ %>
|
17
17
|
<%= f.select attribute_name, [[t(:true_field), 1], [t(:false_field), 0]], { include_blank: t(:all_field), selected: params[:q] ? params[:q][attribute_name] : '' } %>
|
18
|
-
<% elsif attribute_name =~ /cont/ %>
|
18
|
+
<% elsif attribute_name =~ /cont|eq/ %>
|
19
19
|
<%= f.search_field attribute_name %>
|
20
20
|
<% else %>
|
21
21
|
<%= render "#{attribute_name}_filter" %>
|
data/config/locales/en.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED