Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Always use the namespaced url helper in admin submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
schmijos committed Jun 11, 2015
1 parent 6bb4c3b commit bc7d6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/overrides/decorate_admin_configurations_index.rb
@@ -1,4 +1,4 @@
Deface::Override.new(virtual_path: 'spree/admin/shared/sub_menu/_configuration',
name: 'add_stores_to_admin_menu',
insert_bottom: '[data-hook="admin_configurations_sidebar_menu"]',
text: '<%= configurations_sidebar_menu_item Spree.t(:stores_admin), admin_stores_url %>')
text: '<%= configurations_sidebar_menu_item Spree.t(:stores_admin), spree.admin_stores_url %>')

0 comments on commit bc7d6af

Please sign in to comment.