ecm_downloads 0.0.6.pre → 0.0.7.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,11 @@
12
12
  </div>
13
13
  <% end %>
14
14
  <div class="download-actions">
15
- <p><%= link_to t('ecm.downloads.download.actions.start_download'), download.asset.url, { :class => 'download-link button' } %></p>
15
+ <p>
16
+ <%= link_to(download.asset.url, { :class => 'download-link btn' }) do %>
17
+ <i class="icon-download"></i> <%= t('ecm.downloads.download.actions.start_download') %>
18
+ <% end %>
19
+ </p>
16
20
  </div>
17
21
  </div>
18
22
 
@@ -1,6 +1,6 @@
1
1
  module Ecm
2
2
  module Downloads
3
- VERSION = "0.0.6.pre"
3
+ VERSION = "0.0.7.pre"
4
4
  end
5
5
  end
6
6
 
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: 961915996
4
+ hash: 961915992
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
9
+ - 7
10
10
  - pre
11
- version: 0.0.6.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-18 00:00:00 Z
19
+ date: 2012-10-03 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails