ecm_cms_navigation 0.0.4 → 0.0.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.
@@ -41,12 +41,6 @@ if defined?(ActiveAdmin)
41
41
  end
42
42
 
43
43
  index :title => Ecm::CmsNavigation::NavigationItem.model_name.human(:count => 10) do
44
- column do |navigation_item|
45
- link_to('▲'.html_safe, move_up_admin_ecm_cms_navigation_navigation_item_path(navigation_item), :class => "arrow") if navigation_item.left_sibling
46
- end
47
- column do |navigation_item|
48
- link_to('▼'.html_safe, move_down_admin_ecm_cms_navigation_navigation_item_path(navigation_item), :class => "arrow") if navigation_item.right_sibling
49
- end
50
44
  column :navigation do |navigation_item|
51
45
  link_to navigation_item.navigation, admin_ecm_cms_navigation_navigation_path(navigation_item.navigation)
52
46
  end
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module CmsNavigation
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ecm_cms_navigation
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Roberto Vasquez Angel