gitlab-org--gitlab-foss/app/views/shared/_no_ssh.html.haml

7 lines
336 B
Plaintext
Raw Normal View History

- if cookies[:hide_no_ssh_message].blank? && current_user.require_ssh_key?
.no-ssh-key-message
.container
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
= link_to '#', class: 'pull-right hide-no-ssh-message' do
%i.icon-remove