Skip to content

Commit

Permalink
Fix #472
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 26, 2015
1 parent 542a1c5 commit c03f567
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/redmine_git_hosting/hooks/add_public_keys_link.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ def view_my_account_contextual(context)
link_to(l(:label_my_public_keys), public_keys_path, class: 'icon icon-passwd') if user.allowed_to_create_ssh_keys?
end

def self.default_url_options
{}
end

end
end
end

0 comments on commit c03f567

Please sign in to comment.