wco_models 3.1.0.194 → 3.1.0.195

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: 7b3538da96d43d2b858d411c19ebc17ec895fc80775ab8fae866c6ba5eef66b4
4
- data.tar.gz: f62962e74f94fa28d1252d72502470fd3b7dce833d875e2a86648138b613ec67
3
+ metadata.gz: c22cf3c0d0ec7da173c5d3fc82139b5162ce9cc8f6016e962d409ac767e3a73b
4
+ data.tar.gz: 30606ba3abb75fc7ff474e6f7bfdccc76894bf98e65d33e07fc95316fe36bb4b
5
5
  SHA512:
6
- metadata.gz: aeed39e89ebbc919a75fa436a36a7b69c154839f17825aa72007766f728c99ae30cd9b22792c1b058d9745e3bbc6ec2f2ebece2cb69d2568bb841d5e8c2eee6d
7
- data.tar.gz: cc252f6b9a5799cc4aa1835d4b74163ed981cd14c268f529dce89e321fb8466d28d39864e2fd57a804708c3549353a8f4bd42ba703f488f33362a6c90ef01139
6
+ metadata.gz: c6ba50af11cf4290e53d868f5eed7d9e83e965d686d19f2be0c7913a3b38b73e277530bd23ed329121d2e44cdf6f2c711909e893f9dcdef6cdc8d2f24ff1cfe1
7
+ data.tar.gz: e2b85387f378afc6a981832db68154560de4d60330aeb1f333e60c20a351287ca7749ca8788497a3048dc0880c50e66018d75a00ef7b3470ba8d2a334786a3ae
@@ -0,0 +1,5 @@
1
+
2
+ .leadsets.index--list
3
+ %ul
4
+ - leadsets.each do |ls|
5
+ %li= link_to ls, leadset_path(ls)
@@ -1,5 +1,5 @@
1
1
 
2
- %table.bordered.tags--index.data-table
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}):&nbsp;</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}):&nbsp;</b>
@@ -21,6 +21,9 @@
21
21
  <b>Headlines (#{@tag.headlines.length}):&nbsp;</b>
22
22
  = render '/wco/headlines/index', headlines: @tag.headlines
23
23
 
24
+ %li.d-flex
25
+ <b>Leadsets (#{@tag.leadsets.length}):&nbsp;</b>
26
+ = render '/wco/leadsets/index_list', leadsets: @tag.leadsets
24
27
  %li.d-flex
25
28
  <b>Leads (#{@tag.leads.length}):&nbsp;</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.194
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