caboose-cms 0.9.200 → 0.9.201

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
  SHA256:
3
- metadata.gz: f817e4674619e197010211d645eb180b35da7235aa925b1602dc8816c9923e44
4
- data.tar.gz: c71233ef8c618b7131b8e440af1b682ddebd65b3baca55af07420bd96103ccea
3
+ metadata.gz: fc87d7a3e9c6d80e7432e9f4bc83621a3a143c9b3fbc2f620b5672674b93aba2
4
+ data.tar.gz: bbb043c3a206a502e79ad10d09f5641d4146026a54b726fd769d62cecfb04a90
5
5
  SHA512:
6
- metadata.gz: 791c1623a2682cd57a1d4d54406ae25a6d122347e77fc8941caf2404a4ef8ce49d101db92b8a9f6fb6841a9bfecb62b1411c323f08abab0d5ef7a5bb355e6db7
7
- data.tar.gz: 765dcda3f8d8dc7ce3714a1ad1e045a1d02136d4c6090479440a384700157956654be6c2304ba8ffe29288a100e875a3473af7a8cc4fba1339422515539a8b41
6
+ metadata.gz: d06b876d942b19bcca0b79bf60df058a9e0ce86e8b4b1bd1501eb03608d97e3de2f0a165ad104f218414f744e94ebdcc65d69f7a02cc056ca940b3137835b875
7
+ data.tar.gz: 6b4e5c9f85d0edf5a3554c3aaecd892119a1a689fc22abe4a5865346f7a5464a9990c30c5d31b891ee1f7a6767a16f41ab946c549303626e804349853aba8d86
@@ -58,7 +58,7 @@
58
58
  height: 36px;
59
59
  padding: 6px;
60
60
  font-style: normal;
61
- background-color: transprent;
61
+ background-color: transparent;
62
62
  -webkit-appearance: none;
63
63
  border-radius: 0;
64
64
  line-height: 36px;
@@ -20,11 +20,11 @@ subject = 'Inquiry'
20
20
  field_name = "field#{ind}_name".to_s
21
21
  field_desc = "field#{ind}_description".to_s
22
22
  field_value = "field#{ind}_value".to_s
23
- next if @contact[field_desc].nil?
23
+ next if @contact[field_name].nil?
24
24
  if ['email','email_required','email_address','email_address_required'].include?(@contact[field_name])
25
25
  email = @contact[field_value]
26
26
  elsif ['subject','subject_required'].include?(@contact[field_name])
27
- email = @contact[field_value]
27
+ subject = @contact[field_value]
28
28
  end
29
29
  %>
30
30
  <tr>
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.200'
2
+ VERSION = '0.9.201'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.200
4
+ version: 0.9.201
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-18 00:00:00.000000000 Z
11
+ date: 2018-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg