ecm_downloads2 1.2.0 → 1.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc09ff1371c4f85e2c45f8c46fb8b7f8e5a2c56c
4
- data.tar.gz: 3ec23c0045ba559083c5b59614398279b992f0b6
3
+ metadata.gz: a740d28eefa04a2194af86f09a01ddb42365ab71
4
+ data.tar.gz: 157a2a3b52457a5e7e225f89c909a6deb3ff90a3
5
5
  SHA512:
6
- metadata.gz: 11057c4fe276cdc654fb14f6628d6f785fe40fc8c915299085a7d2a88f7968b72f216b22f0ca4c227212229fc2879cb26bc4e1fc0248997e310336339b384268
7
- data.tar.gz: c2f3a59c4c3846dc5a3a322fdd4ad453d1e801c4997011748a77a7912a8e35b303881fd5d458435ad9331412a7c4a161da32dc4a5a54f36bfbe69001ac8a8a94
6
+ metadata.gz: 5ec0f5c609ecef57831c1c4d40b599123d75f8389ab459cffaed6118892cbd3f6c213674850393f856da427870345ed7a57b525dd79e0fa26567937856a9a72a
7
+ data.tar.gz: a0d9eeed82eb191855a4e2b1f93fd9d1ce24fdb34a3659c0671f17036c4c709763946da5247120f3ccd28ac9d3b1d39158c75867e1b3ef8342b387d7ce1ae62f
@@ -7,8 +7,6 @@
7
7
  </div>
8
8
  <% end %>
9
9
 
10
- <%= render partial: 'ecm/downloads/download_categories/table', locals: { download_categories: Ecm::Downloads::DownloadCategoryDecorator.decorate_collection(download_category.descendants) } %>
11
-
12
10
  <div class="download_category-downloads item_list">
13
11
 
14
12
  <% if download_category.ecm_downloads_downloads.published.count == 0 %>
@@ -17,4 +15,6 @@
17
15
  <%= render partial: 'ecm/downloads/downloads/table_in_download_category', locals: { downloads: download_category.ecm_downloads_downloads.published } %>
18
16
  <% end %>
19
17
  </div>
18
+
19
+ <%= render partial: 'ecm/downloads/download_categories/table', locals: { download_categories: Ecm::Downloads::DownloadCategoryDecorator.decorate_collection(download_category.descendants) } %>
20
20
  </div>
@@ -1,6 +1,6 @@
1
1
  module Ecm
2
2
  module Downloads
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.1"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_downloads2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-03 00:00:00.000000000 Z
11
+ date: 2015-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails