jquery_rails_sortable 0.0.1 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ module SortableHelper
|
|
9
9
|
|
10
10
|
def link_to_move(object)
|
11
11
|
dom_identifier = "#{object.class.to_s.downcase}_#{object.id}_move"
|
12
|
-
link_to image_tag("
|
12
|
+
link_to image_tag("sortable/move.png", :alt => t('move')), '',
|
13
13
|
:title => t('move'),
|
14
14
|
:id => dom_identifier,
|
15
15
|
:class => "move",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery_rails_sortable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-07-24 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: JQuery Rails Sortable
|
15
15
|
email:
|
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
49
|
version: '0'
|
50
50
|
requirements: []
|
51
51
|
rubyforge_project:
|
52
|
-
rubygems_version: 1.8.
|
52
|
+
rubygems_version: 1.8.19
|
53
53
|
signing_key:
|
54
54
|
specification_version: 3
|
55
55
|
summary: summary
|