summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/index.html.haml
blob: caa83d65e954f69104ea6961e6c561c3f0075ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%p.light
  SSH key allows you to establish a secure connection between your computer and GitLab
%p.light
  Before you can add ssh key you need to
  = link_to "generate it", help_ssh_path



.ui-box
  %h5.title
    SSH Keys (#{@keys.count})
    .pull-right
      = link_to "Add SSH Key", new_profile_key_path, class: "btn btn-small btn-primary"
  %ul.well-list#keys-table
    = render @keys
    - if @keys.blank?
      %li
        %h3.nothing_here_message There are no SSH keys with access to your account.