Skip to content

Commit 9f5a90f

Browse files
committed
Update init.rb
I install redmine_git_hosting plugins. It is located on `http://[host-ip]/redmine`, the topmenu of sidekiq will be `http://[host-ip]/sidekiq`. It is wrong. It should be on `http://[host-ip]/redmine/sidekiq`.
1 parent 01d1e21 commit 9f5a90f

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)