ish_manager 0.1.8.351 → 0.1.8.352
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 +4 -4
- data/app/views/ish_manager/email_contexts/_form.haml +1 -3
- data/app/views/ish_manager/email_templates/_slug-1.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_slug-2.html.erb +0 -0
- data/app/views/ish_manager/email_templates/_slug-3.html.erb +0 -0
- data/app/views/layouts/ish_manager/application.haml +4 -2
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d9e52ea6ace8b144c0c2065384efe385987a6786e19ba474478aa23ccce0938
|
4
|
+
data.tar.gz: '085aba80ac62b36db6552d0f40e2e87067cf68cbf810c78eb042996142aa0b45'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26d36d40b4c76ddebcfb79fdb8226fa470aaf5f4e5320eb3e2fcf6b3f53c7ed01cd40cd24bdf766da7535162051776a698fa93bf68e683d5492681bcfc88e834
|
7
|
+
data.tar.gz: 605363d860050a83def8d03f20a1d2f5e247fec8df09532b0d3651154db836698b00604df6b12da14a4af1fb500cdf40159ef2ff3667f083e56e844f26371adc
|
@@ -22,9 +22,7 @@
|
|
22
22
|
= f.select :from_email, options_for_select(Ish::EmailContext.from_email_list, selected: email_ctx.from_email)
|
23
23
|
|
24
24
|
.col.s6
|
25
|
-
.
|
26
|
-
= f.label :type
|
27
|
-
= f.select :type, options_for_select(Ish::EmailContext.types_list, selected: email_ctx.type)
|
25
|
+
-# @TODO: clean this up. _vp_ 2023-02-13
|
28
26
|
.TYPE_SINGLE
|
29
27
|
.field
|
30
28
|
= f.label :to_email
|
File without changes
|
File without changes
|
File without changes
|
@@ -25,8 +25,10 @@
|
|
25
25
|
= stylesheet_link_tag "//cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css"
|
26
26
|
= javascript_include_tag "//cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"
|
27
27
|
|
28
|
-
|
29
|
-
|
28
|
+
- # @TODO: document? test-drive?
|
29
|
+
- if @include_materialize
|
30
|
+
= stylesheet_link_tag "//cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"
|
31
|
+
= javascript_include_tag "//cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"
|
30
32
|
|
31
33
|
= stylesheet_link_tag "ish_manager/application", media: "all"
|
32
34
|
= javascript_include_tag "ish_manager/application"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ish_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.8.
|
4
|
+
version: 0.1.8.352
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- piousbox
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -377,6 +377,9 @@ files:
|
|
377
377
|
- app/views/ish_manager/email_templates/_marketing_wordpress_2.html
|
378
378
|
- app/views/ish_manager/email_templates/_piousbox_roundborders.html.erb
|
379
379
|
- app/views/ish_manager/email_templates/_piousbox_social.html.erb
|
380
|
+
- app/views/ish_manager/email_templates/_slug-1.html.erb
|
381
|
+
- app/views/ish_manager/email_templates/_slug-2.html.erb
|
382
|
+
- app/views/ish_manager/email_templates/_slug-3.html.erb
|
380
383
|
- app/views/ish_manager/email_templates/_wasyaco_roundborders.html.erb
|
381
384
|
- app/views/ish_manager/email_templates/_wasyaco_social.html.erb
|
382
385
|
- app/views/ish_manager/email_templates/edit.haml
|