refinerycms-newsletters 1.0 → 1.1
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.
data/app/models/newsletter.rb
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
<% content_for :body_content_left do %>
|
2
2
|
<div class='newsletters'>
|
3
|
-
|
3
|
+
<p>
|
4
|
+
Thank you for signing up to receive email updates from MyAppalogues. We respects your privacy and we will not share our customer information with anyone.<br />
|
5
|
+
Your information will be used exclusively for newsletter and promotions by us.
|
6
|
+
</p>
|
4
7
|
|
5
8
|
<%= form_for @newsletter do |f| %>
|
6
9
|
<%= render :partial => "/shared/admin/error_messages",
|
@@ -1 +1,10 @@
|
|
1
|
-
|
1
|
+
<% content_for :body_content_left do %>
|
2
|
+
<div class='newsletters'>
|
3
|
+
<p>Thank you for your subscription. Have a nice day!</p>
|
4
|
+
<br />
|
5
|
+
<div class='actions'>
|
6
|
+
<%= link_to "Go Back", "/"%>
|
7
|
+
</div>
|
8
|
+
</div>
|
9
|
+
<% end %>
|
10
|
+
<%= render :partial => "/shared/content_page" %>
|
metadata
CHANGED