ecm_products 0.0.2.pre → 0.0.3.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,7 +1,7 @@
1
1
  <h1 class="product_category-name"><%= product_category.name %></h1>
2
2
 
3
- <%= nested_li(product_category.descendants, {}) do |product_category, level| %>
4
- <%= link_to product_category.tree_name, product_category %>
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 |product_category, level| %>
4
- <%= link_to product_category.tree_name, product_category %>
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
 
@@ -1,5 +1,5 @@
1
1
  module ECM
2
2
  module Products
3
- VERSION = "0.0.2.pre"
3
+ VERSION = "0.0.3.pre"
4
4
  end
5
5
  end
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: 961915980
4
+ hash: 961915976
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
9
+ - 3
10
10
  - pre
11
- version: 0.0.2.pre
11
+ version: 0.0.3.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Roberto Vasquez Angel