wco_email 0.1.1.69 → 0.1.1.70

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: 5fa45bf99a9dc81c946efb071f55b20f251b5e2deef23c9cfc38b3d00f150503
4
- data.tar.gz: b166016dfa4ba0f411df7c7d718e695be5cdf95a6d83ac4e9e98a7526ec2d469
3
+ metadata.gz: 249540fd84b0ce5ea99213967d16b3ad3725205977b8c8c58c4403cbc15da633
4
+ data.tar.gz: f10a13da33aa7a1d831f8500f1002b10c40f8d6615ef52bfa1706c6904de1689
5
5
  SHA512:
6
- metadata.gz: d5ea7eb0ed077f6c5340ebe20db9200745068e52eceb5b7b7dea48208f22c6aa3636d900fb06b3d722c22f4ee6bc797518c0ca988d09c4e2f692d8a6beb9a0a6
7
- data.tar.gz: bc37c566c0b685956861c2787644d1c13c10a13a6ba6ce27790ed57dcc15f51633b2474f49bcd676efb6fac239bacb64eeecd4848f0dbc857c65bb2876fd120c
6
+ metadata.gz: 4fdf651791267e92b665ac6ccf4c209636fb716e66f836fe231b428fafdf92d1db79367b4fec2a826633c40c59633a1cdf633d719ddde13c33be43ade8c046b6
7
+ data.tar.gz: 6571ee7fcdbecfc3090cdc15286d34ddeb39f983e83d1bdaffe1ae56bf6d32b9bdb0181512787636a5b0ce4320ca25615d2bd43dd005cf87a6eb2c0d645c670b
@@ -47,10 +47,11 @@ class WcoEmail::ContextsController < WcoEmail::ApplicationController
47
47
  def index
48
48
  authorize! :index, WcoEmail::Context
49
49
  @ctxs = WcoEmail::Context.where(
50
- :send_at.ne => nil, sent_at: nil
51
- ).order_by( sent_at: :desc, send_at: :desc
52
- ).page( params[:ctxs_page]
53
- ).per( current_profile.per_page )
50
+ :send_at.ne => nil,
51
+ sent_at: nil,
52
+ ).order_by( sent_at: :desc, send_at: :desc
53
+ ).page( params[:ctxs_page]
54
+ ).per( current_profile.per_page )
54
55
 
55
56
  if params[:lead_id]
56
57
  @lead = Lead.find params[:lead_id]
@@ -11,8 +11,7 @@
11
11
  = link_to '[~]', edit_conversation_path(@conversation)
12
12
  %span.gray.mini= @conversation.id
13
13
 
14
- = render 'wco/tags/list_mini', tags: @conversation.tags
15
-
14
+ = render '/wco/tags/index_chips', tags: @conversation.tags
16
15
 
17
16
  = render '/wco_email/conversations/actions'
18
17
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wco_email
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.69
4
+ version: 0.1.1.70
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pudeyev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-31 00:00:00.000000000 Z
11
+ date: 2024-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-s3