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
|
-
|
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>
|
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: 961915988
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
9
|
+
- 4
|
10
10
|
- pre
|
11
|
-
version: 0.0.
|
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-
|
19
|
+
date: 2012-09-11 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: rails
|