spree_simple_product_translations 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
<tr class="option_value fields" id="<%= dom_id(f.object) %>">
|
2
|
-
<td><%= f.text_field :name %></td>
|
3
|
-
<td>
|
2
|
+
<td class='name'><%= f.text_field :name %></td>
|
3
|
+
<td class='presentation'>
|
4
4
|
<%# Required js for tabs is loaded in form partial %>
|
5
5
|
<% I18n.available_locales.each do |l| %>
|
6
6
|
<p>
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_simple_product_translations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jeroen Jacobs
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-03-
|
18
|
+
date: 2011-03-24 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -51,7 +51,7 @@ dependencies:
|
|
51
51
|
type: :runtime
|
52
52
|
version_requirements: *id002
|
53
53
|
description:
|
54
|
-
email:
|
54
|
+
email: gems@jeroenj.be
|
55
55
|
executables: []
|
56
56
|
|
57
57
|
extensions: []
|