effective_classifieds 0.8.0 → 0.8.1
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: 51e3c4b79d86185bd7f3a2aa88867838d983daf60896259e4315b8d2e10d9333
|
4
|
+
data.tar.gz: 5d9f21820b57d4b1ed971d6d0cd2dc8e17b8544133d9cd1c6a509d24c51a1db2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 527dcb900c0c409c6354c0b5245868f47a4c3c5a2d0f06db4725202c3950955c61631d620245db836197ba4e3dbd6567f08337c53a255ddaa9da67251199e655
|
7
|
+
data.tar.gz: ee12130d62f3e91459b0f055a919da5a1094afd7b66dffbc168bcfb7514fe6b284e53dcce1125f1df1cc1ebdda252a124cd134befb998a4b78e3da1e4c592cdf
|
@@ -3,16 +3,21 @@
|
|
3
3
|
= render 'admin/classifieds/form_classified', classified: classified
|
4
4
|
|
5
5
|
- if classified.persisted?
|
6
|
+
- if classified.classified_wizard.present?
|
7
|
+
= tab(et(EffectiveClassifieds.ClassifiedWizard)) do
|
8
|
+
= card('Wizard') do
|
9
|
+
= render('effective/classified_wizards/summary', classified_wizard: classified.classified_wizard)
|
6
10
|
|
7
|
-
|
8
|
-
= render '/admin/classifieds/form_access', classified: classified
|
11
|
+
= render('effective/classified_wizards/classified_wizard', classified_wizard: classified.classified_wizard)
|
9
12
|
|
10
|
-
- if classified.classified_wizard.present?
|
11
13
|
= tab 'Orders' do
|
12
14
|
%h2 Orders
|
13
15
|
- datatable = Admin::EffectiveOrdersDatatable.new(parent: classified.classified_wizard, owner: classified.owner, user: classified.owner, total: false)
|
14
16
|
= render_datatable(datatable, simple: true)
|
15
17
|
|
18
|
+
= tab 'Access' do
|
19
|
+
= render '/admin/classifieds/form_access', classified: classified
|
20
|
+
|
16
21
|
- if classified.class.respond_to?(:acts_as_trackable?)
|
17
22
|
= tab 'Tracks' do
|
18
23
|
- datatable = Admin::EffectiveTracksDatatable.new(owner: classified)
|