wco_email 0.1.1.122 → 0.1.1.123
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12bf72e30b67750716d9c6dfbb62f633e88fb3dc6fc4113cd80da6c4da9260a5
|
|
4
|
+
data.tar.gz: 75304e3336bba3caecbc431d8ca6690d085780d450294f48e468daa4de5b8e26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8abc53a9537152de039d7066be2c282d3a47349755213d9043040a5039ec9846ca10f07ce10257a3338f668ab27d11a149b64361e5f033246d3f5aebefd62a6d
|
|
7
|
+
data.tar.gz: fd13a9d2166d34c787837c34f8a5e10fc34175d1ad4321a0d813fc833c4125f77b5ca4b8d7367c7df4785ca58fe3f74f811aca024a0eab6422f195b6eeca9ddc
|
|
@@ -7,9 +7,12 @@
|
|
|
7
7
|
.email-filters--from.maxwidth
|
|
8
8
|
= form_for email_filter, url: url, as: :email_filter do |f|
|
|
9
9
|
|
|
10
|
-
.
|
|
10
|
+
.d-flex
|
|
11
11
|
%label slug
|
|
12
|
-
= f.text_field :slug
|
|
12
|
+
= f.text_field :slug, class: 'flex-grow'
|
|
13
|
+
%label status
|
|
14
|
+
= f.select :status, options_for_select([ 'active', 'inactive' ], selected: email_filter.status )
|
|
15
|
+
|
|
13
16
|
|
|
14
17
|
%label.collapse-expand#if_ <> If (any)
|
|
15
18
|
%ol
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
%th
|
|
14
14
|
%th photo
|
|
15
15
|
%th Slug
|
|
16
|
+
%th Subject
|
|
16
17
|
%th Created
|
|
17
18
|
%th Updated
|
|
18
19
|
|
|
@@ -27,6 +28,7 @@
|
|
|
27
28
|
- if tmpl.photo&.photo
|
|
28
29
|
= image_tag tmpl.photo.photo.url(:thumb)
|
|
29
30
|
%td= link_to tmpl.slug, wco_email.email_template_path({ id: tmpl })
|
|
31
|
+
%td= tmpl.subject
|
|
30
32
|
%td= pp_date tmpl.created_at
|
|
31
33
|
%td= pp_date tmpl.updated_at
|
|
32
34
|
-# = paginate @templates, :param_name => :templates_page, :views_prefix => 'wco'
|
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.123
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Victor Pudeyev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-s3
|