glib-web 0.5.24 → 0.5.25
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d08542637c79970affe100bdedd24353ab9fa549c8fdc719e3c47cb51cef2896
|
4
|
+
data.tar.gz: 4c7864a098a56b650bc97855a4b8c3251d638bc6f129d0d6997fc26d0f6acf25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a9a74182efee4e14507965ddbf55f56f0321974938463422d6303286bb81b9c96cf6f12630108afb181f358ff5de1dea68524b85690cebe9a506c9a5625933c
|
7
|
+
data.tar.gz: cb2d0dbc95f38b4cbfc2b2957c8bf8c4d96491416464b8e19900dabdbcb7d6e6cef85a9091bd8b2d808d614d3ad5963cd6be1f8d7b988f0d462b2648b20d13b2
|
@@ -19,7 +19,7 @@ section.rows builder: ->(row) do
|
|
19
19
|
index = page_index * batch_count + i
|
20
20
|
if local_assigns[:reorder]
|
21
21
|
row.thumbnail title: "Item #{index}", onReorder: ->(action) do
|
22
|
-
action.
|
22
|
+
action.dialogs_notification title: "Item #{index}"
|
23
23
|
end, paramNameForFormData: 'message', paramNameForNewIndex: 'new_index'
|
24
24
|
else
|
25
25
|
row.thumbnail title: "Item #{index}"
|