Skip to content

Commit c03f567

Browse files
author
root
committed
Fix #472
1 parent 542a1c5 commit c03f567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ def view_my_account_contextual(context)
77
link_to(l(:label_my_public_keys), public_keys_path, class: 'icon icon-passwd') if user.allowed_to_create_ssh_keys?
88
end
99

10+
def self.default_url_options
11+
{}
12+
end
13+
1014
end
1115
end
1216
end

0 commit comments

Comments
 (0)