effective_classifieds 0.8.2 → 0.8.4
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: 4bed30430c91e521b5b6667bd6ac2d111b0a2fec845eee6c349b78928b856def
|
4
|
+
data.tar.gz: 72a2729a1be91815db90433a9be95afd7999a208acea063d83154ab187b502d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2048ce7f821e1670a885cdad657348c7c4e9a6447e653f39311cd3fb802dd56a9adde6659898b170f90fe51117d95d1a21232fd011b73353fa8fcec240e5d64f
|
7
|
+
data.tar.gz: 371818c5e6956d9bef5b0c675ac609949272a9ab5de75f072f589f7f6cb9c3d824a3b357c8ee22d03fb8af6ac4df6b757330a75c26e5e5f4e8e83bd2664e1dff
|
@@ -1,7 +1,7 @@
|
|
1
1
|
%tr
|
2
2
|
%td.col-date.text-right= classified.start_on&.strftime("%b %e, %Y")
|
3
3
|
%td
|
4
|
-
%strong= link_to classified.title, effective_classifieds.
|
4
|
+
%strong= link_to classified.title, effective_classifieds.classified_url(classified)
|
5
5
|
.text-muted= classified.organization
|
6
6
|
.d-block.d-md-none= classified.location
|
7
7
|
|
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
- if @classified.published?
|
4
4
|
%p The following has been submitted and is published online:
|
5
|
+
- elsif @classified.approved?
|
6
|
+
%p The following has been submitted and approved:
|
5
7
|
- else
|
6
8
|
%p The following has been submitted and is awaiting your approval:
|
7
9
|
|
@@ -13,8 +15,8 @@
|
|
13
15
|
%hr
|
14
16
|
|
15
17
|
- unless @classified.approved?
|
16
|
-
%p= link_to("Approve", effective_classifieds.
|
18
|
+
%p= link_to("Approve", effective_classifieds.edit_admin_classified_url(@classified))
|
17
19
|
|
18
|
-
%p= link_to("View", effective_classifieds.
|
20
|
+
%p= link_to("View", effective_classifieds.classified_url(@classified))
|
19
21
|
|
20
22
|
%p Have a great day!
|
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.8.
|
4
|
+
version: 0.8.4
|
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:
|
11
|
+
date: 2025-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|