BigW Consortium Gitlab

index.html.haml 557 Bytes
Newer Older
1
- page_title "SSH Keys"
2

Phil Hughes committed
3 4 5 6 7 8 9 10 11
.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
12
    %p.profile-settings-content
Phil Hughes committed
13 14 15 16 17 18 19
      Before you can add an SSH key you need to
      = link_to "generate it.", help_page_path("ssh", "README")
    = render 'form'
    %hr
    %h5
      Your SSH keys (#{@keys.count})
    %div.append-bottom-default
20
      = render 'key_table'