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: a322f82f2362708410fb72139f86eb590aa4c13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%h3.page-title
  My SSH keys
  .pull-right
    = link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
%p.light
  SSH keys allow you to establish a secure connection between your computer and GitLab
  %br
  Before you can add an SSH key you need to
  = link_to "generate it", help_page_path("ssh", "ssh")
%hr


.panel.panel-default
  .panel-heading
    SSH Keys (#{@keys.count})
  %ul.well-list#keys-table
    = render @keys
    - if @keys.blank?
      %li
        .nothing-here-block There are no SSH keys with access to your account.