Skip to content

Commit

Permalink
Fixing routing errors in other modules in My-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrenzer authored and oliverguenther committed Dec 11, 2018
1 parent d83d6cb commit 697b8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/open_project/gitolite/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def self.settings
menu(
:my_menu,
:public_keys,
{ controller: 'my_public_keys', action: 'index' },
{ controller: '/my_public_keys', action: 'index' },
html: { class: 'icon2 icon-folder-locked' },
caption: :label_public_keys,
if: Proc.new { |authorized = false| authorized = true if User.current.admin?
Expand Down

0 comments on commit 697b8d1

Please sign in to comment.