wco_models 3.1.0.194 → 3.1.0.195
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: c22cf3c0d0ec7da173c5d3fc82139b5162ce9cc8f6016e962d409ac767e3a73b
|
4
|
+
data.tar.gz: 30606ba3abb75fc7ff474e6f7bfdccc76894bf98e65d33e07fc95316fe36bb4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6ba50af11cf4290e53d868f5eed7d9e83e965d686d19f2be0c7913a3b38b73e277530bd23ed329121d2e44cdf6f2c711909e893f9dcdef6cdc8d2f24ff1cfe1
|
7
|
+
data.tar.gz: e2b85387f378afc6a981832db68154560de4d60330aeb1f333e60c20a351287ca7749ca8788497a3048dc0880c50e66018d75a00ef7b3470ba8d2a334786a3ae
|
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
%table.bordered.tags--index.
|
2
|
+
%table.bordered.tags--index.maxwidth
|
3
3
|
%thead
|
4
4
|
%tr
|
5
5
|
%td
|
@@ -12,6 +12,7 @@
|
|
12
12
|
%td N Reports
|
13
13
|
%td N Videos
|
14
14
|
|
15
|
+
%td N leadsets
|
15
16
|
%td N Leads
|
16
17
|
|
17
18
|
%td N Logs
|
@@ -27,5 +28,6 @@
|
|
27
28
|
%td= tag.galleries.length
|
28
29
|
%td= tag.reports.length
|
29
30
|
%td= tag.videos.length
|
31
|
+
%td= tag.leadsets.length
|
30
32
|
%td= tag.leads.length
|
31
33
|
%td= tag.logs.length
|
@@ -12,7 +12,7 @@
|
|
12
12
|
= render '/wco_email/conversations/table', convs: @tag.conversations
|
13
13
|
%li.d-flex
|
14
14
|
<b>Message Stubs (#{@tag.message_stubs.length}): </b>
|
15
|
-
= render '/wco_email/message_stubs/index', stubs: @tag.message_stubs
|
15
|
+
= render '/wco_email/message_stubs/index', stubs: @tag.message_stubs.page( params[:stubs_page] )
|
16
16
|
|
17
17
|
%li.d-flex
|
18
18
|
<b>Galleries (#{@galleries.length}): </b>
|
@@ -21,6 +21,9 @@
|
|
21
21
|
<b>Headlines (#{@tag.headlines.length}): </b>
|
22
22
|
= render '/wco/headlines/index', headlines: @tag.headlines
|
23
23
|
|
24
|
+
%li.d-flex
|
25
|
+
<b>Leadsets (#{@tag.leadsets.length}): </b>
|
26
|
+
= render '/wco/leadsets/index_list', leadsets: @tag.leadsets
|
24
27
|
%li.d-flex
|
25
28
|
<b>Leads (#{@tag.leads.length}): </b>
|
26
29
|
= render '/wco/leads/index', leads: @tag.leads
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wco_models
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.0.
|
4
|
+
version: 3.1.0.195
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victor Pudeyev
|
@@ -578,6 +578,7 @@ files:
|
|
578
578
|
- app/views/wco/leadsets/_form.haml
|
579
579
|
- app/views/wco/leadsets/_header.haml
|
580
580
|
- app/views/wco/leadsets/_index_chips.haml
|
581
|
+
- app/views/wco/leadsets/_index_list.haml
|
581
582
|
- app/views/wco/leadsets/edit.haml
|
582
583
|
- app/views/wco/leadsets/index.haml
|
583
584
|
- app/views/wco/leadsets/index_dataTables.haml
|