Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
4
app/views/notifier/claim_upgrade.erb
Normal file
4
app/views/notifier/claim_upgrade.erb
Normal file
@@ -0,0 +1,4 @@
|
||||
Full name: <%= @survey.full_name %>
|
||||
Company name: <%= @survey.company_name %>
|
||||
Purchase email: <%= [[@survey.purchase_email1, @survey.purchase_email2, @survey.purchase_email3] - [""]].flatten.compact.join(", ") %>
|
||||
Current email: <%= @survey.current_email %>
|
||||
1
app/views/notifier/feedback.erb
Normal file
1
app/views/notifier/feedback.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= @message %>
|
||||
10
app/views/notifier/license_key_error.erb
Normal file
10
app/views/notifier/license_key_error.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<%= @license_key.error %>
|
||||
|
||||
Source file:
|
||||
---------------------------------------------
|
||||
<%= @license_key.source_file_data.join("\n") %>
|
||||
|
||||
|
||||
XML Request:
|
||||
---------------------------------------------
|
||||
<%= @license_key.raw_post_data %>
|
||||
6
app/views/notifier/licenses.erb
Normal file
6
app/views/notifier/licenses.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<% @licenses.each do |license| %>
|
||||
<%= license[:product].name %>:
|
||||
---------------------------------------------
|
||||
<%= license[:license_keys].join("\n") %>
|
||||
|
||||
<% end %>
|
||||
14
app/views/notifier/recommend.erb
Normal file
14
app/views/notifier/recommend.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
Hi,
|
||||
|
||||
Your friend <%= @survey.full_name %> wants you to check out Swift To-Do List, the number one task management software for Windows. Have all your tasks and notes in one place - get organized in no time and be more productive.
|
||||
|
||||
More info, screenshots, free 30-day trial at:
|
||||
http://www.dextronet.com/swift-to-do-list-software
|
||||
|
||||
<%= @survey.full_name %> uses Swift To-Do List and is quite happy with it. Why store all your worries, tasks and all that stuff in your head, when you can store it in your computer?
|
||||
|
||||
Snap! It's like an instant brain upgrade.
|
||||
|
||||
With the best regards,
|
||||
Jiri Novotny
|
||||
Dextronet.com
|
||||
6
app/views/notifier/survey.erb
Normal file
6
app/views/notifier/survey.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
Full name: <%= @survey.full_name %>
|
||||
Company name: <%= @survey.company_name %>
|
||||
Purchase email: <%= [[@survey.purchase_email1, @survey.purchase_email2, @survey.purchase_email3] - [""]].flatten.compact.join(", ") %>
|
||||
Email address: <%= @survey.current_email %>
|
||||
|
||||
<%= survey(@survey.survey) %>
|
||||
Reference in New Issue
Block a user