wco_email 0.1.1.78 → 0.1.1.79

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: 598c923ca2af9d6d4b66479f643b5d0c261e5883bd1378e09bb9e8d207bf8d94
4
- data.tar.gz: d80c9501a2636c8c9163ad8f7ef91aa991062d95083aa398dee5d23e5139cd3c
3
+ metadata.gz: b58a3dd161717ce20c856f41bba05608f46fea2980a140d0d6682aa1ee9b84ae
4
+ data.tar.gz: 8b3c97a4be02be686dcaa2191f0406f9f1d97d644e254a28276d938c32754a24
5
5
  SHA512:
6
- metadata.gz: 52edcfe51e90ee55651fc2ab47641e6e2f80be5ee621ec08c391e1a94945cfc65186604782e422eeb79d522b8b454e854b29920c1e652ee618966009b35425ec
7
- data.tar.gz: d2d817c9a1b8d9ca8655a9035b46e4f20d3a4ac0f70341333818edcacc637a05d440e6ee1582e832a5dcacc2053a556913997bf77e7a8e21c644ff9506c54963
6
+ metadata.gz: 33132c87a7dc0464c73eac0fd3cdb5da973b74d642636840ccf55c623f45f44a6689502ea4fd66f0b098b285fbd1d182fd257cd98ca3a2621917022a99147940
7
+ data.tar.gz: 49eed8b4e6070bcf562d143f555f360eef874f3abc8b3e062b2dbae3bbf9f6d333e90bb3ec174c50c9c953bb07f0963c40a18906e747687598a417ccf8e728c5
@@ -0,0 +1,10 @@
1
+
2
+ -#
3
+ -# only change the subject
4
+ -#
5
+
6
+ = form_for conversation do |f|
7
+ .d-flex
8
+ %label Subj
9
+ = f.text_field :subject, class: 'w-100'
10
+ = f.submit '~>'
@@ -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.78
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-21 00:00:00.000000000 Z
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