ecm_news 0.1.0.pre → 0.1.1.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,9 +5,4 @@
5
5
  <p class="item-body"><%= mu(item, :body) %></p>
6
6
 
7
7
  <hr />
8
-
9
- <%= link_to(ecm_news_items_path, :class => 'btn link-back') do %>
10
- <i class="icon-arrow-left"></i>
11
- <%= I18n.t('ecm.news.item.actions.back') %>
12
- <% end %>
13
8
  </div>
@@ -1 +1,6 @@
1
1
  <%= render @item %>
2
+
3
+ <%= link_to(:back, :class => 'btn link-back') do %>
4
+ <i class="icon-arrow-left"></i>
5
+ <%= I18n.t('ecm.news.item.actions.back') %>
6
+ <% end %>
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module News
3
- VERSION = "0.1.0.pre"
3
+ VERSION = "0.1.1.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: 961915980
4
+ hash: 961915976
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
9
+ - 1
10
10
  - pre
11
- version: 0.1.0.pre
11
+ version: 0.1.1.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Roberto Vasquez Angel