wco_email 0.1.1.41 → 0.1.1.42

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: 0ad1cad321b6f5762c495974c75c8fc45e42d6f90e899fdd136305f90f57d2d2
4
- data.tar.gz: 4b1343f28fd816cd700bd0b4c56f22a29246afaf7218b5a837b52d25386d979d
3
+ metadata.gz: 16bd727a333da209b9d653313bfac3c6b112ca87c0a03f514dc6c7beeba0c767
4
+ data.tar.gz: 05bd0bf61431eab3448adcb2c514f54017d9b5a29067bbd239c00651e7ab420c
5
5
  SHA512:
6
- metadata.gz: 4f5d78630cd5489588b99fbfeef67e10578d93daab74c03b63fc05999b87ab672f3b7b8e272514a60f944cfdcb332ed8e85dda587185e449f7059c50aa9ae5db
7
- data.tar.gz: bc90516338dd6b3b16d265f5319b3785f207a68efefca61f93e681aac62d6ec5588c4a1c99774baa040f8f2c0dfc892473f8f484bbe481fad5754f58cb8899cd
6
+ metadata.gz: 95e46edb2a134e7646ab381d1120ea14cb3c11bf87af4eea11d235c8901e318cdfc98c7c675469a5139e8e30017072976771fd55380233caaae99c68884dca2f
7
+ data.tar.gz: a9f82e64f99c55c13b0501b0027bcfd33eeb619c932fbcab7078c030fbf25920f5ac957f74a3ebeaba30349bb5f8fed4f33dbe1d206588248e2fbf5f6d196bb4
@@ -2,12 +2,10 @@
2
2
 
3
3
  .conversations--search.Card
4
4
  .inline-block
5
- = form_tag email_conversations_path do
6
- %label Search from_email
5
+ = form_tag conversations_path, method: :get do
6
+ %b Search
7
+ %label from_email
7
8
  = text_field_tag :from_email, params[:from_email]
8
- -# = submit_tag '>'
9
- -# .inline-block
10
- -# = form_tag email_conversations_path do
11
9
  %label by subject
12
10
  = text_field_tag :subject, params[:subject]
13
11
  = submit_tag '>'
@@ -3,13 +3,14 @@
3
3
  = render 'wco_email/sidebar'
4
4
 
5
5
  .conversations-index
6
-
7
- %h5
8
- - if @tag
9
- Tag `#{@tag}`
10
- - if @tag_not
11
- Tag-not `#{@tag_not}`
12
- (#{@conversations.length})
6
+ .header
7
+ %h5.title
8
+ - if @tag
9
+ Tag `#{@tag}`
10
+ - if @tag_not
11
+ Tag-not `#{@tag_not}`
12
+ (#{@conversations.length})
13
+ = render '/wco_email/conversations/search'
13
14
  = render '/wco_email/conversations/actions'
14
15
 
15
16
  = render '/wco/paginate', resource: @conversations, param_name: :conv_page
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wco_email
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.41
4
+ version: 0.1.1.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pudeyev