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>Regards<br />
12
- <%= Noodall::UI.app_name %>
13
- </p>
14
-
15
-
16
- <p>
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>
@@ -1,4 +1,4 @@
1
- <div id="main-content" class="no-nav">
1
+ <div id="main-content" class="contact-form no-nav">
2
2
  <h1>Thank you</h1>
3
3
 
4
4
  <%= simple_format(@form.thank_you_message) %>
@@ -1,5 +1,5 @@
1
1
  module Noodall
2
2
  module FormBuilder
3
- VERSION = "0.2.5"
3
+ VERSION = "0.2.7"
4
4
  end
5
5
  end
@@ -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: 29
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
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-05-31 00:00:00 +01:00
20
+ date: 2011-06-15 00:00:00 +01:00
19
21
  default_executable:
20
22
  dependencies:
21
23
  - !ruby/object:Gem::Dependency