Skip to content

Commit 8fd4873

Browse files
committed
added sub-uri fix by amelentjev (#472)
1 parent d775afc commit 8fd4873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/redmine_git_hosting/hooks/add_public_keys_link.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def view_my_account_contextual(context)
88
end
99

1010
def self.default_url_options
11-
{}
11+
{:script_name => Redmine::Utils.relative_url_root}
1212
end
1313

1414
end

0 commit comments

Comments
 (0)