summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorAlexis Reigel <mail@koffeinfrei.org>2017-07-27 16:01:24 +0200
committerAlexis Reigel <mail@koffeinfrei.org>2017-07-27 16:01:24 +0200
commit5ebccab1eb74f7bf9f7f9d4f2d9a56fb81754cbe (patch)
treeb34cc408b65b307894e65e77561e2146b8742a43 /app/views/layouts
parent7f7e93a34471f673ac3888549c67bce4e763300e (diff)
downloadgitlab-ce-5ebccab1eb74f7bf9f7f9d4f2d9a56fb81754cbe.tar.gz
add "GPG Keys" to new navigation
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/nav/_new_profile_sidebar.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/layouts/nav/_new_profile_sidebar.html.haml b/app/views/layouts/nav/_new_profile_sidebar.html.haml
index 239e6b949e2..6bbd569583e 100644
--- a/app/views/layouts/nav/_new_profile_sidebar.html.haml
+++ b/app/views/layouts/nav/_new_profile_sidebar.html.haml
@@ -47,6 +47,10 @@
= link_to profile_keys_path, title: 'SSH Keys' do
%span
SSH Keys
+ = nav_link(controller: :gpg_keys) do
+ = link_to profile_gpg_keys_path, title: 'GPG Keys' do
+ %span
+ GPG Keys
= nav_link(controller: :preferences) do
= link_to profile_preferences_path, title: 'Preferences' do
%span