effective_classifieds 0.2.5 → 0.3.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb0cfd942db297b12029c3482f9640b4016070b23293a8920f09cf7308b9f511
|
|
4
|
+
data.tar.gz: 5677c6e19346e790344bf5dfaca5d411a06ec089e660a6fb0c13f19481b3393e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2af2f02865c7961f045b3f259e6ba238b5b8f1485a72645771f278806a929887256971e8ca71e5d220e1e5f41cd04abd0354325ac72b380956d6e9b4e755b10d
|
|
7
|
+
data.tar.gz: 0c80ae59bf92b7777cc0924a08c950a8687aee561ebe4901d4fe7023d8023f10ad03897eb68e29edcafac462fbc405911e9eccd8055a86b4c0b08e31bbe54017
|
|
@@ -7,7 +7,7 @@ module Effective
|
|
|
7
7
|
raise('expected an Effective::Classified') unless resource.kind_of?(Effective::Classified)
|
|
8
8
|
|
|
9
9
|
@classified = resource
|
|
10
|
-
subject = subject_for(
|
|
10
|
+
subject = subject_for(__method__, 'Classified Submitted', resource, opts)
|
|
11
11
|
headers = headers_for(resource, opts)
|
|
12
12
|
|
|
13
13
|
mail(to: mailer_admin, subject: subject, **headers)
|
|
@@ -21,8 +21,10 @@
|
|
|
21
21
|
- if f.object.persisted? && !f.object.draft?
|
|
22
22
|
= f.check_box :archived, label: 'Yes, this classified is archived and will not be displayed'
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
- if defined?(EffectiveArticleEditor)
|
|
25
|
+
= f.article_editor :body, label: 'Body content', hint: 'The main body content of your classified ad. Be sure to include all relevant information!'
|
|
26
|
+
- else
|
|
27
|
+
= f.rich_text_area :body, label: 'Body content', hint: 'The main body content of your classified ad. Be sure to include all relevant information!'
|
|
26
28
|
|
|
27
29
|
%h2.mt-5.mb-0 Contact Information
|
|
28
30
|
%p
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_classifieds
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
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: 2022-
|
|
11
|
+
date: 2022-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|