ecm_links 0.0.5.pre → 0.0.7.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
  <h2><%= c.name %></h2>
6
6
 
7
7
  <% c.ecm_links_links.each do |l| %>
8
- <p><%= render l %></p>
8
+ <p><%= render :partial => 'ecm/links/links/link', :locals => { :link => l } %></p>
9
9
  <% end %>
10
10
 
11
11
  <% end if categories.has_key?(column + 1) %>
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Links
3
- VERSION = "0.0.5.pre"
3
+ VERSION = "0.0.7.pre"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_links
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915984
4
+ hash: 961915992
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
9
+ - 7
10
10
  - pre
11
- version: 0.0.5.pre
11
+ version: 0.0.7.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-09-15 00:00:00 Z
19
+ date: 2012-10-19 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails