scrivito_column_widget 0.1.0 → 0.1.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e781d4910502a2d98a1e9911c17397206be5fb18
|
|
4
|
+
data.tar.gz: 0058c2d5d377e83876fafc0728a4d13f293122c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7067992fbd3b157e0df46bfceb99195438219b64cab51baf1e4d578a4575d73c43d295f45ba27278df1ef675ce923b85695c78e931d8e5228ef350dc0d22571f
|
|
7
|
+
data.tar.gz: f76ac10426857524cf7566c0fb08945c11174e3ed7cf2755cb7597ac1d69a2993dcdb06e69e023215722170a717d70e544d506fe7296849a047842ec8f619ee2
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
<%= scrivito_thumbnail image_tag("scrivito_column_widget
|
|
1
|
+
<%= scrivito_thumbnail t('scrivito_column_widget.thumbnail.title', default: 'Column'), image_tag("widgets/scrivito_column_widget.png") do %>
|
|
2
|
+
<%= t('scrivito_column_widget.thumbnail.description', default: 'Add columns with adjustable widths whihc can be filled with widgets')%>
|
|
3
|
+
<% end %>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scrivito_column_widget
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scrivito
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-02-
|
|
11
|
+
date: 2017-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: scrivito
|