ecm_downloads 0.0.7.pre → 0.0.8.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><%= Ecm::Downloads::DownloadCategory.model_name.human(:count => :other) %></h1>
|
2
2
|
|
3
3
|
<div class="download_categories-tree">
|
4
|
-
<%= nested_li(@download_categories, {}) do |download_category| %>
|
4
|
+
<%= nested_li(@download_categories, {}) do |download_category, level| %>
|
5
5
|
<%= link_to download_category.tree_name, download_category %>
|
6
6
|
<% end %>
|
7
7
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ecm_downloads
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 961916004
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
9
|
+
- 8
|
10
10
|
- pre
|
11
|
-
version: 0.0.
|
11
|
+
version: 0.0.8.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:
|
19
|
+
date: 2013-01-20 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: rails
|