ecm_news2 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92b241b146a78bfde99087aab42584c428943db7
|
4
|
+
data.tar.gz: 995b0ea481f246102d38753dd9bd2c484e0c2e10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 198655848fed40666c6d6dd7909cd51922336ad28f8c5b3d11cc1d2408397e805f6a76d2763bc9b07d08e5268c25db6c61f73c75abac003ce533fa762736d2d2
|
7
|
+
data.tar.gz: cc66326f492b58f47c2b1cddea99e5d3d940a2ff202815760d9bfc51f1a3a453d0f9282f4f49c646474862ced9c312de779ffc9bbd44c915ae5f24f4208de63a
|
@@ -6,9 +6,8 @@
|
|
6
6
|
<% end %>
|
7
7
|
|
8
8
|
<% if item.preview_picture.present? %>
|
9
|
-
<img class="img-responsive" src="<%= item.preview_picture.image.url %>" alt="
|
9
|
+
<img class="img-responsive bottom-margin-2" src="<%= item.preview_picture.image.url %>" alt="<%= item.preview_picture.description %>" title="<%= item.preview_picture.description %>">
|
10
10
|
<% end %>
|
11
11
|
|
12
12
|
<div class="item-body"><%= mu(item, :body) %></div>
|
13
13
|
</div>
|
14
|
-
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<div class="news-item small-preview">
|
2
|
-
<
|
2
|
+
<h3 class="item-title"><%= item.title %></h3>
|
3
3
|
<% if Ecm::News::Configuration.show_publish_time %>
|
4
4
|
<small class="item-published_at"><%= I18n.l(item.published_at) %></small>
|
5
5
|
<% end %>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<% end %>
|
10
10
|
</div>
|
11
11
|
<div class="media-body">
|
12
|
-
<
|
12
|
+
<h3 class="media-heading"><%= item.title %></h3>
|
13
13
|
<div class="news-body truncate lines-<%= Ecm::News::Configuration.news_item_preview_lines %> bottom-margin-1">
|
14
14
|
<%= mu(item, :body) %>
|
15
15
|
</div>
|
data/lib/ecm/news/version.rb
CHANGED
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.1.
|
4
|
+
version: 1.1.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
|
+
date: 2015-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|