BigW Consortium Gitlab

index.html.haml 579 Bytes
Newer Older
1
- page_title "SSH Keys"
2
= render 'profiles/head'
3

Phil Hughes committed
4 5 6 7 8 9 10 11 12
.row.prepend-top-default
  .col-lg-3.profile-settings-sidebar
    %h4.prepend-top-0
      = page_title
    %p
      SSH keys allow you to establish a secure connection between your computer and GitLab.
  .col-lg-9
    %h5.prepend-top-0
      Add an SSH key
13
    %p.profile-settings-content
Phil Hughes committed
14
      Before you can add an SSH key you need to
15
      = link_to "generate it.", help_page_path("ssh/README")
Phil Hughes committed
16 17 18 19 20
    = render 'form'
    %hr
    %h5
      Your SSH keys (#{@keys.count})
    %div.append-bottom-default
21
      = render 'key_table'