summaryrefslogtreecommitdiff
path: root/app/views/profiles/gpg_keys/index.html.haml
diff options
context:
space:
mode:
authorAlexis Reigel <mail@koffeinfrei.org>2017-02-22 16:24:48 +0100
committerAlexis Reigel <mail@koffeinfrei.org>2017-07-27 15:40:41 +0200
commit7b4d29f4b5b02b5aee3e3cbfc8282965a38c4622 (patch)
treea880d0c6db3d21b75d67218deb1dda16476a5f57 /app/views/profiles/gpg_keys/index.html.haml
parentab4120de3165ea262de726aa3e102b74951d2bca (diff)
downloadgitlab-ce-7b4d29f4b5b02b5aee3e3cbfc8282965a38c4622.tar.gz
add profile gpg key page to manage gpg keys
Diffstat (limited to 'app/views/profiles/gpg_keys/index.html.haml')
-rw-r--r--app/views/profiles/gpg_keys/index.html.haml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/views/profiles/gpg_keys/index.html.haml b/app/views/profiles/gpg_keys/index.html.haml
new file mode 100644
index 00000000000..30066522766
--- /dev/null
+++ b/app/views/profiles/gpg_keys/index.html.haml
@@ -0,0 +1,18 @@
+- page_title "GPG Keys"
+= render 'profiles/head'
+
+.row.prepend-top-default
+ .col-lg-3.profile-settings-sidebar
+ %h4.prepend-top-0
+ = page_title
+ %p
+ GPG keys allow you to verify signed commits.
+ .col-lg-9
+ %h5.prepend-top-0
+ Add an GPG key
+ = render 'form'
+ %hr
+ %h5
+ Your GPG keys (#{@gpg_keys.count})
+ .append-bottom-default
+ = render 'key_table'