Skip to content

Commit c65a2e4

Browse files
committed
Merge pull request ogom#9 from jamasi/patch-1
fix wrong link
2 parents fbe98f6 + b06b3d8 commit c65a2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
author_url 'mailto:[email protected]'
1010
author 'ogom'
1111

12-
menu :top_menu, :sidekiq, 'sidekiq', :if => Proc.new {User.current.admin}
12+
menu :top_menu, :sidekiq, '/sidekiq', :if => Proc.new {User.current.admin}
1313
end

0 commit comments

Comments
 (0)