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

index.html.haml « gpg_keys « profiles « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d2e41cb437d4def8b9c5ef696eae5648b77ca1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- page_title "GPG Keys"
- @content_class = "limit-container-width" unless fluid_layout

.row.prepend-top-default
  .col-lg-4.profile-settings-sidebar
    %h4.prepend-top-0
      = page_title
    %p
      GPG keys allow you to verify signed commits.
  .col-lg-8
    %h5.prepend-top-0
      Add a GPG key
    %p.profile-settings-content
      Before you can add a GPG key you need to
      = link_to 'generate it.', help_page_path('user/project/repository/gpg_signed_commits/index.md')
    = render 'form'
    %hr
    %h5
      Your GPG keys (#{@gpg_keys.count})
    .append-bottom-default
      = render 'key_table'