2017-09-10 17:25:29 +05:30
|
|
|
- page_title "GPG Keys"
|
2018-03-17 18:26:18 +05:30
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2017-09-10 17:25:29 +05:30
|
|
|
= render 'profiles/head'
|
|
|
|
|
|
|
|
.row.prepend-top-default
|
2018-03-17 18:26:18 +05:30
|
|
|
.col-lg-4.profile-settings-sidebar
|
2017-09-10 17:25:29 +05:30
|
|
|
%h4.prepend-top-0
|
|
|
|
= page_title
|
|
|
|
%p
|
|
|
|
GPG keys allow you to verify signed commits.
|
2018-03-17 18:26:18 +05:30
|
|
|
.col-lg-8
|
2017-09-10 17:25:29 +05:30
|
|
|
%h5.prepend-top-0
|
|
|
|
Add a GPG key
|
|
|
|
%p.profile-settings-content
|
|
|
|
Before you can add a GPG key you need to
|
2018-03-17 18:26:18 +05:30
|
|
|
= link_to 'generate it.', help_page_path('user/project/repository/gpg_signed_commits/index.md')
|
2017-09-10 17:25:29 +05:30
|
|
|
= render 'form'
|
|
|
|
%hr
|
|
|
|
%h5
|
|
|
|
Your GPG keys (#{@gpg_keys.count})
|
|
|
|
.append-bottom-default
|
|
|
|
= render 'key_table'
|