wco_email 0.1.1.14 → 0.1.1.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/wco_email/email_action_templates/index.haml +2 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e60e5717005c4eeedca0acf6cc252d756c1c89207e33433461c61375e0cbf6d
|
4
|
+
data.tar.gz: 8b9795b50a69d6cf743e41853981b30440ebee9b23e8a96b936ae281d76c42f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc1c955765c2190d06dd36ed77ffa242f94a8974f08c28e05b5ad0423df1ddc2aaae1dc3bca230589f527f6fbf65557b6247eb4cf9757bbb38df1b2c421879d6
|
7
|
+
data.tar.gz: d0c3b726e150d2323f3042933cdee095b02517aaa9069e0050721dbe24750f87952ab27996c3827d517c1189bab1d0c4096a693adcdc9763ddb8dde2e9ecf0c8
|
@@ -11,7 +11,7 @@
|
|
11
11
|
%th= check_box_tag 'hmm'
|
12
12
|
%th
|
13
13
|
%th Slug
|
14
|
-
%th From
|
14
|
+
-# %th From
|
15
15
|
%th Tmpl
|
16
16
|
%th next actions
|
17
17
|
- @tmpls.each_with_index do |tmpl, idx|
|
@@ -26,8 +26,7 @@
|
|
26
26
|
|
27
27
|
%td
|
28
28
|
= tmpl.slug
|
29
|
-
%td
|
30
|
-
= tmpl.from_email
|
29
|
+
-# %td= tmpl.from_email
|
31
30
|
%td.tmpl
|
32
31
|
= render '/wco_email/email_templates/show_cell', tmpl: tmpl.email_template
|
33
32
|
|