ecm_news 0.1.4.pre → 0.1.5.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
  <p class="item-body"><%= truncate(mu(item, :body), :length => 250, :separator => ' ').html_safe %></p>
6
6
 
7
7
 
8
- <%= link_to(item, :class => 'btn more-link') do %><i class="icon-arrow-right"></i><%= I18n.t('ecm.news.item.actions.more') %><% end %>
8
+ <%= link_to(item, :class => 'btn more-link') do %><i class="icon-arrow-right"></i> <%= I18n.t('ecm.news.item.actions.more') %><% end %>
9
9
 
10
10
  <hr />
11
11
  </div>
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module News
3
- VERSION = "0.1.4.pre"
3
+ VERSION = "0.1.5.pre"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_news
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
  - 1
9
- - 4
9
+ - 5
10
10
  - pre
11
- version: 0.1.4.pre
11
+ version: 0.1.5.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Roberto Vasquez Angel