noodall-form-builder 0.2.5 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,17 +8,12 @@
|
|
8
8
|
|
9
9
|
<%= simple_format(@form.thank_you_email) %>
|
10
10
|
|
11
|
-
<p>
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
<strong>Original message</strong><br />
|
18
|
-
To: <%= @form.email %><br />
|
19
|
-
From: <%= @response.email %><br />
|
20
|
-
Subject: <%= "#{Noodall::UI.app_name}: Response to the #{@form.title} form." %><br />
|
21
|
-
</p>
|
11
|
+
<p>
|
12
|
+
<strong>Original message</strong><br />
|
13
|
+
To: <%= @form.email %><br />
|
14
|
+
From: <%= @response.email %><br />
|
15
|
+
Subject: <%= "#{Noodall::UI.app_name}: Response to the #{@form.title} form." %><br />
|
16
|
+
</p>
|
22
17
|
|
23
18
|
<table>
|
24
19
|
<thead>
|
@@ -29,5 +24,6 @@ Subject: <%= "#{Noodall::UI.app_name}: Response to the #{@form.title} form." %><
|
|
29
24
|
<%= render 'form_mailer/form_response_fields' %>
|
30
25
|
</tbody>
|
31
26
|
</table>
|
27
|
+
|
32
28
|
</body>
|
33
29
|
</html>
|
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
|
|
5
5
|
s.name = "noodall-form-builder"
|
6
6
|
s.version = Noodall::FormBuilder::VERSION
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
|
-
s.authors = []
|
8
|
+
s.authors = ["Steve England", "Daniel Craig", "Alex Heaton"]
|
9
9
|
s.email = []
|
10
10
|
s.homepage = "http://rubygems.org/gems/noodall-form-builder"
|
11
11
|
s.summary = "Noodall Form Builder"
|
metadata
CHANGED
@@ -1,21 +1,23 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: noodall-form-builder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 7
|
10
|
+
version: 0.2.7
|
11
11
|
platform: ruby
|
12
|
-
authors:
|
13
|
-
|
12
|
+
authors:
|
13
|
+
- Steve England
|
14
|
+
- Daniel Craig
|
15
|
+
- Alex Heaton
|
14
16
|
autorequire:
|
15
17
|
bindir: bin
|
16
18
|
cert_chain: []
|
17
19
|
|
18
|
-
date: 2011-
|
20
|
+
date: 2011-06-15 00:00:00 +01:00
|
19
21
|
default_executable:
|
20
22
|
dependencies:
|
21
23
|
- !ruby/object:Gem::Dependency
|