BigW Consortium Gitlab

_no_ssh.html.haml 336 Bytes
Newer Older
1 2 3 4 5 6
- 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