radiant-reorder_children-extension 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
- %td.reorder
1
+ %td.reorder.actions
2
2
  - unless simple || page.respond_to?(:stop_recurring) || page.respond_to?(:tree_children) || page.children.empty?
3
- = link_to image('reorder', :alt => 'Reorder'), page_reorder_children_url(:id => page)
3
+ = link_to image('reorder', :alt => 'Reorder') + '&nbsp' + t('reorder'), page_reorder_children_url(:id => page), :class => "action"
4
+
@@ -1,3 +1,3 @@
1
1
  module RadiantReorderChildrenExtension
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-reorder_children-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Benny Degezelle
@@ -48,6 +48,7 @@ files:
48
48
  - lib/tasks/reorder_children_extension_tasks.rake
49
49
  - public/images/admin/reorder.png
50
50
  - public/stylesheets/admin/reorder.css
51
+ - radiant-reorder_children-extension-1.0.0.gem
51
52
  - radiant-reorder_children-extension.gemspec
52
53
  - Rakefile
53
54
  - README.md
@@ -58,7 +59,7 @@ has_rdoc: true
58
59
  homepage: http://github.com/jomz/radiant-reorder_children-extension
59
60
  licenses: []
60
61
 
61
- post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-reorder_children-extension', :version => '~>1.0.0'\n "
62
+ post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-reorder_children-extension', :version => '~>1.0.1'\n "
62
63
  rdoc_options: []
63
64
 
64
65
  require_paths: