Fix new ssh key link from shared partial

This commit is contained in:
Dmitriy Zaporozhets 2013-06-24 18:26:57 +03:00
parent 3e09e6f7b8
commit afc9d54819
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
- if current_user.require_ssh_key? - if current_user.require_ssh_key?
%p.error_message.centered %p.error_message.centered
You won't be able to pull or push project code via SSH until you #{link_to 'add an SSH key', new_key_path} to your profile You won't be able to pull or push project code via SSH until you #{link_to 'add an SSH key', new_profile_key_path} to your profile