wco_email 0.1.1.78 → 0.1.1.79
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: b58a3dd161717ce20c856f41bba05608f46fea2980a140d0d6682aa1ee9b84ae
|
4
|
+
data.tar.gz: 8b3c97a4be02be686dcaa2191f0406f9f1d97d644e254a28276d938c32754a24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33132c87a7dc0464c73eac0fd3cdb5da973b74d642636840ccf55c623f45f44a6689502ea4fd66f0b098b285fbd1d182fd257cd98ca3a2621917022a99147940
|
7
|
+
data.tar.gz: 49eed8b4e6070bcf562d143f555f360eef874f3abc8b3e062b2dbae3bbf9f6d333e90bb3ec174c50c9c953bb07f0963c40a18906e747687598a417ccf8e728c5
|
@@ -5,13 +5,13 @@
|
|
5
5
|
.conversations-list
|
6
6
|
= check_box_tag 'conversation_ids[]', @conversation.id.to_s, true, { class: 'i-sel', disabled: true }
|
7
7
|
.conversations-show.maxwidth
|
8
|
+
= render '/wco_email/conversations/form_mini', conversation: @conversation
|
9
|
+
|
8
10
|
%h5
|
9
|
-
= @conversation.subject
|
10
11
|
<b>(#{@messages.length})</b>
|
11
|
-
= link_to '[~]', edit_conversation_path(@conversation)
|
12
12
|
%span.gray.mini= @conversation.id
|
13
|
+
= render '/wco/tags/index_chips', tags: @conversation.tags, config: { skip_checkbox: true }
|
13
14
|
|
14
|
-
= render '/wco/tags/index_chips', tags: @conversation.tags
|
15
15
|
= render '/wco_email/conversations/tags_actions'
|
16
16
|
= render '/wco/leads/index_chips', leads: @conversation.leads
|
17
17
|
= render '/wco/leadsets/index_chips', leadsets: @conversation.leadsets
|
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.
|
4
|
+
version: 0.1.1.79
|
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-08-
|
11
|
+
date: 2024-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-s3
|
@@ -380,6 +380,7 @@ files:
|
|
380
380
|
- app/views/wco_email/contexts/summary.csv.erb
|
381
381
|
- app/views/wco_email/contexts/summary.haml
|
382
382
|
- app/views/wco_email/conversations/_form.haml
|
383
|
+
- app/views/wco_email/conversations/_form_mini.haml
|
383
384
|
- app/views/wco_email/conversations/_search.haml
|
384
385
|
- app/views/wco_email/conversations/_tags_actions.haml
|
385
386
|
- app/views/wco_email/conversations/edit.haml
|