ecm_products 0.0.2.pre → 0.0.3.pre
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
|
|
1
1
|
<h1 class="product_category-name"><%= product_category.name %></h1>
|
2
2
|
|
3
|
-
<%= nested_li(product_category.descendants, {}) do |
|
4
|
-
<%= link_to
|
3
|
+
<%= nested_li(product_category.descendants, {}) do |pc, level| %>
|
4
|
+
<%= link_to pc.tree_name, pc %>
|
5
5
|
<% end %>
|
6
6
|
|
7
7
|
<% unless product_category.short_description.blank? %>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<h1><%= Ecm::Products::ProductCategory.model_name.human(:count => :other) %></h1>
|
2
2
|
|
3
|
-
<%= nested_li(@product_categories, { :tree_css_class => 'tree unstyled' }) do |
|
4
|
-
<%= link_to
|
3
|
+
<%= nested_li(@product_categories, { :tree_css_class => 'tree unstyled' }) do |pc, level| %>
|
4
|
+
<%= link_to pc.tree_name, pc %>
|
5
5
|
<% end %>
|
6
6
|
|
data/lib/ecm/products/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ecm_products
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 961915976
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
9
|
+
- 3
|
10
10
|
- pre
|
11
|
-
version: 0.0.
|
11
|
+
version: 0.0.3.pre
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Roberto Vasquez Angel
|