diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-08-22 03:56:53 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-08-22 03:56:53 +0300 |
commit | aa50408ecb5c7355d7cac86f7a59f02ae087714c (patch) | |
tree | 90bc5bea2c601800e1beefdb82e4302bebee5f3f /config | |
parent | 5c7ed6fa26b47ac71ff6ba04720d85df6d74b200 (diff) | |
download | gitlab-ce-aa50408ecb5c7355d7cac86f7a59f02ae087714c.tar.gz |
1. Better message if no ssh key
2. SSH Keys Help page
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 04e13bc4a86..97594d577a7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -30,6 +30,7 @@ Gitlab::Application.routes.draw do get 'help/web_hooks' => 'help#web_hooks' get 'help/system_hooks' => 'help#system_hooks' get 'help/markdown' => 'help#markdown' + get 'help/ssh' => 'help#ssh' # # Admin Area |