polyblock 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/polyblock/_simple_fields_for.html.haml +1 -1
- data/lib/polyblock/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: 6c0e5df24a831d9c107be60bebcb62c130123b03
|
4
|
+
data.tar.gz: cea15360003f70fe2d90b7d559848e8ee64275b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73720b0093658929cdf9323e9d4ae7e3aa330d6b757f6b994f99afec1051161f20664575699c0905ca23800dea2a0e7a34fbfab5b2cda27cfbc4dbe5b2e151c4
|
7
|
+
data.tar.gz: 9bc62121229ea567c0ff9b4f73205e9ccd08c6cf2ccce45b5e3858ffcda0675adf64c6b4a366f930f05201f379e03404d1a8bf271d01c4fcb0f635ec88b127c8
|
@@ -3,4 +3,4 @@
|
|
3
3
|
- if !options[:label]
|
4
4
|
= ff.input_field :content, :as => :ckeditor
|
5
5
|
- else
|
6
|
-
= ff.input :content, :as => :ckeditor, :label => options[:label].is_a?(String) ? options[:label] : name.titleize
|
6
|
+
= ff.input :content, :as => :ckeditor, :label => options[:label].is_a?(String) ? options[:label] : name.to_s.titleize
|
data/lib/polyblock/version.rb
CHANGED