scrivito_table_widget 0.5.4 → 0.5.5
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: c70e749b527d4ef71950e3c9d0ea49907db61679
|
|
4
|
+
data.tar.gz: b1e12788f67b8c2118154bbf12c9ba5e869cf87d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48a9e0adcd59f1e429c6f2f57887c9279df26f53a3218923c1cab703dfb11ae1a7a8eb24649b02750c8ec2162b21af8fd5676bca56a2bae97f0cd9392dd75280
|
|
7
|
+
data.tar.gz: ae02fbd51ae3dc46ff6c9829819f2d8600fc4a7b41b704530e7f38a4790db22a34e144d6d37082a44aa76dd7ab1581b1ab16cb18dad1dc87c4362c07dfa7824f
|
data/README.md
CHANGED
|
@@ -20,13 +20,6 @@ Add this line to your application stylesheet manifest:
|
|
|
20
20
|
|
|
21
21
|
*= require scrivito_table_widget
|
|
22
22
|
|
|
23
|
-
After that, execute:
|
|
24
|
-
|
|
25
|
-
$ bundle
|
|
26
|
-
$ rake scrivito:migrate:install
|
|
27
|
-
$ rake scrivito:migrate
|
|
28
|
-
$ rake scrivito:migrate:publish
|
|
29
|
-
|
|
30
23
|
## Changelog
|
|
31
24
|
See [Changelog](https://github.com/Scrivito/scrivito_table_widget/blob/master/CHANGELOG.md) for more
|
|
32
25
|
details.
|
data/app/assets/images/table.png
CHANGED
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<% if widget.table.blank? %>
|
|
2
|
-
<%= scrivito_tag(:div, widget, :table) do %>
|
|
2
|
+
<%= scrivito_tag(:div, widget, :table, data: {editor: 'create-new-table'}) do %>
|
|
3
3
|
<div class="create-new-table">
|
|
4
4
|
<div class="alert alert-info">
|
|
5
5
|
There is no table present. Click this message to insert a new one.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scrivito_table_widget
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scrivito
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|