Skip to content

Commit 44b7482

Browse files
authored
Merge pull request #581 from Phiber2000/fix_sub-uri
added sub-uri fix by amelentjev (#472)
2 parents 96eaf6d + 0618aef commit 44b7482

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)