summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/index.html.haml
blob: b22805bc862de9d86f82e988fb6b508ce33880a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%h3.page_title
  SSH Keys
  = link_to "Add new", new_profile_key_path, class: "btn pull-right"

%hr
%p.slead
  SSH key allows you to establish a secure connection between your computer and GitLab


%table#keys-table
  %thead
    %tr
      %th Name
      %th Added
      %th
  = render @keys
  - if @keys.blank?
    %tr
      %td{colspan: 3}
        %p.nothing_here_message There are no SSH keys with access to your account.