ish_manager 0.1.8.492 → 0.1.8.493
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_templates/_m202309_feedback.html.erb +2 -2
- data/app/views/ish_manager/email_templates/_m202309_ror4.html.erb +2 -2
- metadata +3 -3
- /data/app/views/ish_manager/{email_templates → application_mailer}/_footer_unsubscribe.html.erb +0 -0
- /data/app/views/ish_manager/{email_templates → application_mailer}/_header_logo.html.erb +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f0d7a7dfccca788e3bd43f3d25883eaea13aa4c5fe5737a0d3e688c10bf9e17
|
|
4
|
+
data.tar.gz: 78de107a75261fe3e5331836371a30ffe238afa13bbe219fa9eccd0f901c188b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54d63ada32b6affdc1e61239e90cb8f9d441a3f05a296135149b259d994ebea598a3dee4dd9790038d300c813459a9f578c49a42a4250a7a0de61def5b144b5e
|
|
7
|
+
data.tar.gz: 7394cef7245039de5a437c8d0964aae420dca85aa31d9dba6361ee80f92d2f524974408c5d173d787b83095662d6f56970dd660949e1357a3632f6dcc9dbf5de
|
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
<tr>
|
|
824
824
|
<td valign="top" class="bodyContainer">
|
|
825
825
|
|
|
826
|
-
<%= render 'ish_manager/
|
|
826
|
+
<%= render 'ish_manager/application_mailer/header_logo' %>
|
|
827
827
|
|
|
828
828
|
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
|
|
829
829
|
style="min-width:100%;">
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
<tbody class="mcnFollowBlockOuter">
|
|
1142
1142
|
<tr>
|
|
1143
1143
|
<td align="center" valign="top" style="padding:9px" class="mcnFollowBlockInner">
|
|
1144
|
-
<%= render 'ish_manager/
|
|
1144
|
+
<%= render 'ish_manager/application_mailer/footer_unsubscribe' %>
|
|
1145
1145
|
</td>
|
|
1146
1146
|
</tr>
|
|
1147
1147
|
</tbody>
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
<td align="right" valign="top" class="mcnTextContent"
|
|
854
854
|
style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
|
|
855
855
|
|
|
856
|
-
<%= render 'ish_manager/
|
|
856
|
+
<%= render 'ish_manager/application_mailer/header_logo' %>
|
|
857
857
|
|
|
858
858
|
<!-- 2023-09-23 BEGIN -->
|
|
859
859
|
<table border="0" cellpadding="0" cellspacing="0" width="100%"
|
|
@@ -1043,7 +1043,7 @@
|
|
|
1043
1043
|
<tr>
|
|
1044
1044
|
<td align="center" valign="top" style="padding:9px" class="mcnFollowBlockInner">
|
|
1045
1045
|
|
|
1046
|
-
<%= render 'ish_manager/
|
|
1046
|
+
<%= render 'ish_manager/application_mailer/footer_unsubscribe' %>
|
|
1047
1047
|
|
|
1048
1048
|
</td>
|
|
1049
1049
|
</tr>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.493
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- piousbox
|
|
@@ -592,6 +592,8 @@ files:
|
|
|
592
592
|
- app/views/ish_manager/application/_search.haml
|
|
593
593
|
- app/views/ish_manager/application/home.haml
|
|
594
594
|
- app/views/ish_manager/application/tinymce.html.erb
|
|
595
|
+
- app/views/ish_manager/application_mailer/_footer_unsubscribe.html.erb
|
|
596
|
+
- app/views/ish_manager/application_mailer/_header_logo.html.erb
|
|
595
597
|
- app/views/ish_manager/application_mailer/shared_galleries.html.erb
|
|
596
598
|
- app/views/ish_manager/application_mailer/stock_alert.haml
|
|
597
599
|
- app/views/ish_manager/application_mailer/test_email.html.erb
|
|
@@ -638,12 +640,10 @@ files:
|
|
|
638
640
|
- app/views/ish_manager/email_messages/show_source.haml
|
|
639
641
|
- app/views/ish_manager/email_messages/show_stripped.haml
|
|
640
642
|
- app/views/ish_manager/email_templates/_acknowledgement_of_document_receipt.html.erb
|
|
641
|
-
- app/views/ish_manager/email_templates/_footer_unsubscribe.html.erb
|
|
642
643
|
- app/views/ish_manager/email_templates/_form.haml
|
|
643
644
|
- app/views/ish_manager/email_templates/_form_mini.haml
|
|
644
645
|
- app/views/ish_manager/email_templates/_form_reply_mini.haml
|
|
645
646
|
- app/views/ish_manager/email_templates/_form_schedule_mini.haml
|
|
646
|
-
- app/views/ish_manager/email_templates/_header_logo.html.erb
|
|
647
647
|
- app/views/ish_manager/email_templates/_index.haml
|
|
648
648
|
- app/views/ish_manager/email_templates/_m20221201react.html.erb
|
|
649
649
|
- app/views/ish_manager/email_templates/_m20221222merryxmas.html.erb
|
/data/app/views/ish_manager/{email_templates → application_mailer}/_footer_unsubscribe.html.erb
RENAMED
|
File without changes
|
|
File without changes
|