ecm_news2 1.0.4 → 1.1.0

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: 6e29571bbfd8a1790737cd37ff1e6e15fd8634b4
4
- data.tar.gz: 2b08abec99fb4eca033f46fc2c205d13cf5e519f
3
+ metadata.gz: dc49d0fd4ddcaf5e3f4730a6a98a4b376e5dad63
4
+ data.tar.gz: 9262147aa156011e1bf53d0cad6e38f968abfc1f
5
5
  SHA512:
6
- metadata.gz: 8d9431fa12e1a053ec9af1d9a9bd5ea31dc07104b55e38aa0668bd2f598b38deaf6ba595ae0ac2e2866b84f2840bb9c53a2f1a32b10f14e30e1efe5c693b7243
7
- data.tar.gz: af6f5c58b4a6cf8056539b5d77a7105382d028bb576b492a6b94f18f5ef4fe110c5ed8127747bd1ef3f9b9ef5d2aa34fe9e764f0b3f14913618b9f146f5195ed
6
+ metadata.gz: e0c686e6f7b189d35bac4154c12490ebbad24872c38c7bc476dca55d52b783c5a568e32a4e9556b5264dc55114fc96caa14463455fd933b861a9216d79c162b7
7
+ data.tar.gz: bc234ffab9c34f4b6a962246f4b23f4f890434eaaa775a64c9141b252ab534aeb210fcf28f0078943cdc4618820cf9f7dd539eb603b52791096028801ba67adc
@@ -6,7 +6,7 @@
6
6
  <div class="item-body truncate lines-<%= Ecm::News::Configuration.news_item_preview_lines %> bottom-margin-2"><%= mu(item, :body) %></div>
7
7
 
8
8
  <div class="item-actions bottom-margin-2">
9
- <%= link_to(t('ecm.news.item.actions.more'), item, :class => 'btn btn-primary btn-xs more-link') %>
9
+ <%= link_to(t('ecm.news.views.actions.more'), item, class: 'btn btn-primary more-link') %>
10
10
  </div>
11
11
  </div>
12
12
 
@@ -14,7 +14,7 @@
14
14
  <%= mu(item, :body) %>
15
15
  </div>
16
16
  <div class="object-actions">
17
- <%= link_to(t('ecm.news.item.actions.more'), item, class: 'btn btn-primary') %>
17
+ <%= link_to(t('ecm.news.views.actions.more'), item, class: 'btn btn-primary') %>
18
18
  </div>
19
19
  </div>
20
20
  </div>
@@ -7,5 +7,5 @@
7
7
  <%= paginate @items, :theme => 'twitter-bootstrap' %>
8
8
 
9
9
  <div class="well page-actions">
10
- <%= link_to(t('ecm.news.item.actions.back'), main_app.root_path, class: 'btn btn-default') %>
10
+ <%= link_to(t('ecm.news.views.actions.back'), main_app.root_path, class: 'btn btn-default') %>
11
11
  </div>
@@ -3,10 +3,8 @@
3
3
 
4
4
  <%= render @item %>
5
5
 
6
- <div class="actions well">
7
- <div class="page-actions">
8
- <div class="btn-group" role="group">
9
- <%= link_to t('back'), :back, class: 'btn btn-default' %>
10
- </div>
6
+ <div class="page-actions well">
7
+ <div class="btn-group" role="group">
8
+ <%= link_to t('ecm.news.views.actions.back'), :back, class: 'btn btn-default' %>
11
9
  </div>
12
- </div>
10
+ </div>
@@ -11,11 +11,13 @@ de:
11
11
  item:
12
12
  actions:
13
13
  all: Alle News anzeigen
14
- back: Zurück
15
- more: Weiterlesen
16
14
  messages:
17
15
  empty: Keine News gefunden.
18
16
  news: News
17
+ views:
18
+ actions:
19
+ back: Zurück
20
+ more: Weiterlesen
19
21
  views:
20
22
  pagination:
21
23
  first: "&laquo; Erste Seite"
@@ -11,11 +11,13 @@ en:
11
11
  item:
12
12
  actions:
13
13
  all: show all
14
- back: back
15
- more: continue reading
16
14
  messages:
17
15
  empty: no news found.
18
16
  news: news
17
+ views:
18
+ actions:
19
+ back: back
20
+ more: continue reading
19
21
  views:
20
22
  pagination:
21
23
  first: "&laquo; First"
@@ -1,4 +1,3 @@
1
- ---
2
1
  de:
3
2
  activerecord:
4
3
  models:
@@ -1,4 +1,3 @@
1
- ---
2
1
  en:
3
2
  activerecord:
4
3
  models:
@@ -1,6 +1,6 @@
1
1
  module Ecm
2
2
  module News
3
- VERSION = "1.0.4"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_news2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.1.0
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-10-26 00:00:00.000000000 Z
11
+ date: 2015-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails