ecm_contact 1.0.8.pre → 1.0.9.pre
Sign up to get free protection for your applications and to get access to all the features.
@@ -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' %>
|
data/lib/ecm/contact/version.rb
CHANGED
@@ -6,7 +6,9 @@ de:
|
|
6
6
|
delivered: "Ihre Kontaktanfrage wurde versandt."
|
7
7
|
request:
|
8
8
|
index:
|
9
|
-
|
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'
|
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:
|
4
|
+
hash: 961916016
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
9
|
+
- 9
|
10
10
|
- pre
|
11
|
-
version: 1.0.
|
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:
|
19
|
+
date: 2013-01-14 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: rails
|