Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
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