ecm_contact 1.0.8.pre → 1.0.9.pre

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.
@@ -1,3 +1,5 @@
1
+ <% content_for :title do %><%= I18n.t('ecm.contact.request.index.page_title') %><% end %>
2
+ <% content_for :meta_description do %><%= I18n.t('ecm.contact.request.index.meta_description') %><% end %>
1
3
  <h1><%= Ecm::Contact::Request.model_name.human %></h1>
2
4
 
3
5
  <%= render 'form' %>
@@ -1,5 +1,6 @@
1
1
  module Ecm
2
2
  module Contact
3
- VERSION = '1.0.8.pre'
3
+ VERSION = '1.0.9.pre'
4
4
  end
5
- end
5
+ end
6
+
@@ -6,7 +6,9 @@ de:
6
6
  delivered: "Ihre Kontaktanfrage wurde versandt."
7
7
  request:
8
8
  index:
9
- title: Kotaktanfrage
9
+ page_title: Kontaktanfrage
10
+ meta_description: Kontaktieren Sie uns über unser Kontaktformular
11
+ title: Kontaktanfrage
10
12
  subject: "[%{application_name}] Neue Kontaktanfrage"
11
13
  simple_form:
12
14
  "yes": 'Ja'
@@ -6,6 +6,8 @@ en:
6
6
  delivered: "Your contact request has been delivered."
7
7
  request:
8
8
  index:
9
+ page_title: Contact request
10
+ meta_description: Contact us
9
11
  title: Contact request
10
12
  subject: "[%{application_name}] New contact request"
11
13
  simple_form:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_contact
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961916020
4
+ hash: 961916016
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 8
9
+ - 9
10
10
  - pre
11
- version: 1.0.8.pre
11
+ version: 1.0.9.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Roberto Vasquez Angel
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-12-13 00:00:00 Z
19
+ date: 2013-01-14 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails