Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « keys « profiles « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71b224a413b0231559bcd63fefb53323493b2993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- page_title "SSH Keys"
= render 'profiles/head'

.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
    %p.profile-settings-content
      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})
    .append-bottom-default
      = render 'key_table'