effective_style_guide 1.3.0 → 1.3.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed8b6b15c1ad339baefa4d5818a88641c22362ef
|
|
4
|
+
data.tar.gz: d492f3ecf88672ec214e5d409f5a6b8082d60282
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27828b559d150fe093eec90d73462f872f7a7e4cb3bdc8176affec521e6a4aa55030c4704d7a755c5c5999b381ee6e1f8ae0d3ca12790efca30643a5c85d4774
|
|
7
|
+
data.tar.gz: a5220884be67dbec004d28f9a192803e661ccd15a257fa6692f78ec02962d11a6f0e76b037fb11224beebf9d03d9ac9a520e4d10cdd9c9d0121e06a3db80b2fa
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
= f.input :title, :placeholder => 'Enter title'
|
|
3
3
|
= f.input :email, :placeholder => 'Enter email'
|
|
4
4
|
- if defined?(EffectiveFormInputs)
|
|
5
|
-
= f.input :category, :as => :effective_select, :collection => EffectiveStyleGuide.colors
|
|
5
|
+
= f.input :category, :as => :effective_select, :collection => EffectiveStyleGuide.colors, :placeholder => 'Select color'
|
|
6
6
|
- else
|
|
7
|
-
= f.input :category, :as => :select, :collection => EffectiveStyleGuide.colors
|
|
7
|
+
= f.input :category, :as => :select, :collection => EffectiveStyleGuide.colors, :placeholder => 'Select color'
|
|
8
8
|
= f.input :archived
|
|
9
9
|
= f.button :submit
|
|
10
10
|
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
= f.input :title, :placeholder => 'Enter title'
|
|
16
16
|
= f.input :email, :placeholder => 'Enter email'
|
|
17
17
|
- if defined?(EffectiveFormInputs)
|
|
18
|
-
= f.input :category, :as => :effective_select, :collection => EffectiveStyleGuide.colors
|
|
18
|
+
= f.input :category, :as => :effective_select, :collection => EffectiveStyleGuide.colors, :placeholder => 'Select color'
|
|
19
19
|
- else
|
|
20
|
-
= f.input :category, :as => :select, :collection => EffectiveStyleGuide.colors
|
|
20
|
+
= f.input :category, :as => :select, :collection => EffectiveStyleGuide.colors, :placeholder => 'Select color'
|
|
21
21
|
= f.input :archived
|
|
22
22
|
= f.button :submit
|
|
23
23
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_style_guide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|