BigW Consortium Gitlab

index.html.haml 638 Bytes
Newer Older
1
- page_title "SSH Keys"
2
- @content_class = "limit-container-width" unless fluid_layout
3
= render 'profiles/head'
4

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