wco_email 0.1.1.67 → 0.1.1.68

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: 2e9d0992b1efa5fb847eead2fac04d003d5ae0c9f490c8e2cd2ab1d3930381bc
4
- data.tar.gz: 2fff9353f6d728e57e684e05932acf84eb6bb47f8d64cbc925ca5412d48b1d05
3
+ metadata.gz: 868cc258b781893c9db6413bd10ef2bee7eb531683b31fdb1e19500e617b4b48
4
+ data.tar.gz: bff92e55ea5375cb12d90a5e103d398f48ad36bf279c6ca3bf1795f1a5d674c2
5
5
  SHA512:
6
- metadata.gz: 8a8e596aa3abe76f2893614a99a5017798248c076a78e6cbf96ed112ba11bebcb15f5e8915aab7bf2b2710661eaa9f3313162911e3ff1e72bae198886e92ae1d
7
- data.tar.gz: e29d2c0e6371e4904e7c9cf083fdb32a281cfa5b72a94fcd81d23b5d36adaa7094903fff322e432361cd8ef3357996b9edc9af10606677d31813caa54183542e
6
+ metadata.gz: 42022a0679b7eabd8de64d45dceead3e7f167f9b3accc687f1b87301f2b60b1437f0f0bbc13eb17825730d44f3857dcacdaca6994bdbc343e50bc90a0b7ebc7b
7
+ data.tar.gz: 5baa1da9a6f9e4208e7abf970c3af8ff5cfb62ac53ce6ad4cfaa8df90aa6437c4b0ef5274447bc314c161b28fad812da1fd59a427aaf224b945070766e0f3b88
@@ -2,7 +2,7 @@
2
2
  .application--main-header.main-header{ class: "#{ENV['RAILS_ENV']} #{ENV['RAILS_ENV'][0...3]=="dev" ? "development" : ''}" }
3
3
  .maxwidth
4
4
  %i.fa.fa-compress.collapse-expand#collapseHeaderEmail
5
- Wco Email & CRM
5
+ Wco Email
6
6
  .flex-row
7
7
  %ul
8
8
  %li= link_to 'Inbox', conversations_in_path('inbox')
@@ -2,6 +2,9 @@
2
2
  - url = email_filter.new_record? ? email_filters_path : email_filter_path( email_filter )
3
3
  .email-filters--from
4
4
  = form_for email_filter, url: url, as: :email_filter do |f|
5
+ .actions
6
+ = f.submit
7
+
5
8
  .row.maxwidth
6
9
  .col-md-6
7
10
  .field
@@ -36,5 +39,15 @@
36
39
  .field
37
40
  = f.label :tag
38
41
  = f.select :tag, options_for_select( @tags_list, selected: email_filter.tag_id ), {}, class: 'select2'
42
+
43
+ .col-md-6
44
+ .field
45
+ %label skip to exact
46
+ = f.text_field :skip_to_exact
47
+ .field
48
+ %label skip from regex
49
+ = f.text_field :skip_from_regex
50
+
51
+ .col-md-6
39
52
  .actions
40
53
  = f.submit
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.67
4
+ version: 0.1.1.68
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-17 00:00:00.000000000 Z
11
+ date: 2024-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-s3