Fix links for no-ssh message

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-12-26 14:28:49 +02:00
parent f1c39763c9
commit a248efadf7
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
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
.pull-right
= link_to "Don't show again", profile_path(user: {hide_no_ssh_key: true}), method: :put, class: 'hide-no-ssh-message', remote: true
= link_to "Don't show again", profile_path(user: {hide_no_ssh_key: true}), method: :put
|
= link_to 'Remind later', '#', class: 'hide-no-ssh-message'