Skip to content

Commit

Permalink
Updated the ordering on the content-management menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
parthaa committed Oct 11, 2011
1 parent aa6d3e8 commit a91f46b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/navigation/content_management.rb
Expand Up @@ -42,7 +42,7 @@ def menu_contents
{:key => :content,
:name => N_("Content Management"),
:url => :sub_level,
:class=>'content',
:options => {:class=>'content'},
:if => lambda{current_organization},
:items=> [ menu_providers, menu_sync_management, menu_system_templates, menu_promotions, menu_changeset]
}
Expand All @@ -53,9 +53,8 @@ def menu_providers
{:key => :providers,
:name =>N_("Providers"),
:url => :sub_level,
:options => {:highlights_on => /(\/organizations\/.*\/providers)|(\/providers\/.*\/(products|repos))/},
:if => :sub_level,
:items => [menu_redhat_providers, menu_custom_providers]
:items => [menu_custom_providers, menu_redhat_providers]
}

end
Expand Down

0 comments on commit a91f46b

Please sign in to comment.