wco_email 0.1.1.51 → 0.1.1.52
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: 28a0e3f46a3cccd5b9607d7aae2cf8d921844838d900b8e47c84a5d721b0d2e3
|
4
|
+
data.tar.gz: e9243eb7d0d9c2435055ad3daf015e98c14989e45bd9aaf0f62dea339f31732e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33db1149aaf32bc64860eb202e42319291908d3b74cf53530d392cf061d6af88db55d3ca5dd3df4a6cdf85df13f984ea5e5d1122eac956634adea0e23ad03840
|
7
|
+
data.tar.gz: b40ea4db0555ec9717990ff0cdc1ffc297e3679cfc723b7cf21878cb1d286d818004c7de384df1c153ae6db1bc65f159dcb970ca4c9a18d0198654ab49f5f2d3
|
@@ -25,5 +25,5 @@
|
|
25
25
|
= check_box_tag :respond_inline, message.id, checked: true
|
26
26
|
.flex-row
|
27
27
|
= f.label :send_at
|
28
|
-
= f.text_field :send_at,
|
28
|
+
= f.text_field :send_at, placeholder: 'YYYY-MM-DD', value: Time.now, size: 30, class: 'input-date'
|
29
29
|
= f.submit 'Send/Schedule'
|
@@ -30,7 +30,8 @@
|
|
30
30
|
.tab-raw
|
31
31
|
-## 2024-01-xx No class tinymce, cannot have tinymce mess with my own templating.
|
32
32
|
-## 2024-02-05 re-addedd tinymce
|
33
|
-
|
33
|
+
-## ah! I meant, erb templates are ruined by summernote.
|
34
|
+
= f.text_area :body
|
34
35
|
|
35
36
|
.tab-preview
|
36
37
|
- if email_template.persisted?
|