We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1149f41 commit ea54b8aCopy full SHA for ea54b8a
lib/solidus_subscriptions/engine.rb
@@ -41,8 +41,8 @@ class Engine < Rails::Engine
41
42
::Spree::Backend::Config.configure do |config|
43
config.menu_items << config.class::MenuItem.new(
44
- [:subscriptions],
45
- 'repeat',
+ label: :subscriptions,
+ icon: 'repeat',
46
url: :admin_subscriptions_path,
47
condition: ->{ can?(:admin, SolidusSubscriptions::Subscription) },
48
match_path: '/subscriptions'
0 commit comments