diff options
author | Alexis Reigel <mail@koffeinfrei.org> | 2017-02-22 16:24:48 +0100 |
---|---|---|
committer | Alexis Reigel <mail@koffeinfrei.org> | 2017-07-27 15:40:41 +0200 |
commit | 7b4d29f4b5b02b5aee3e3cbfc8282965a38c4622 (patch) | |
tree | a880d0c6db3d21b75d67218deb1dda16476a5f57 /config | |
parent | ab4120de3165ea262de726aa3e102b74951d2bca (diff) | |
download | gitlab-ce-7b4d29f4b5b02b5aee3e3cbfc8282965a38c4622.tar.gz |
add profile gpg key page to manage gpg keys
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/profile.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/profile.rb b/config/routes/profile.rb index 3dc890e5785..00388b9c0cd 100644 --- a/config/routes/profile.rb +++ b/config/routes/profile.rb @@ -23,6 +23,7 @@ resource :profile, only: [:show, :update] do end resource :preferences, only: [:show, :update] resources :keys, only: [:index, :show, :create, :destroy] + resources :gpg_keys, only: [:index, :create, :destroy] resources :emails, only: [:index, :create, :destroy] resources :chat_names, only: [:index, :new, :create, :destroy] do collection do |