ecm_products 0.0.3.pre → 0.0.4.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,14 @@
1
1
  <div class="thumbnail <%= product_counter.odd? ? "even" : "odd" %>">
2
-
2
+
3
3
  <% if product.preview_image? %>
4
4
  <%= image_tag(product.preview_image.url) %>
5
5
  <% end %>
6
-
6
+
7
7
  <div class="caption">
8
8
  <h5><%= product.name %></h5>
9
- <p class="short_description"><%= mu(product, :short_description) %></p>
10
-
9
+
10
+ <%= mu(product, :short_description) %>
11
+
11
12
  <p>
12
13
  <%= link_to(product, :class => "more-link btn") do %>
13
14
  <i class="icon-info-sign"></i>
@@ -1,5 +1,5 @@
1
1
  module ECM
2
2
  module Products
3
- VERSION = "0.0.3.pre"
3
+ VERSION = "0.0.4.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: 961915976
4
+ hash: 961915988
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
9
+ - 4
10
10
  - pre
11
- version: 0.0.3.pre
11
+ version: 0.0.4.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-08-27 00:00:00 Z
19
+ date: 2012-09-11 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails