diff --git a/app/views/shared/_no_ssh.html.haml b/app/views/shared/_no_ssh.html.haml index e1c2a96298288cb799369ccfa4da8d88e30ca26d..8e6f802fd3b1a8e0d0a15caf05ab68420156a45c 100644 --- a/app/views/shared/_no_ssh.html.haml +++ b/app/views/shared/_no_ssh.html.haml @@ -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'