summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-06-25 07:47:52 +0000
committerPhil Hughes <me@iamphill.com>2018-06-25 07:47:52 +0000
commitdc2c73accf9cddab8b2836bdbc9e66139f12ef3a (patch)
tree4ac01777860c67829cb9b7ab1bf2f9a5d8165a05 /app/views
parent746499a78d8ff32a35b1ae0b758ce2a7bb67078f (diff)
downloadgitlab-ce-dc2c73accf9cddab8b2836bdbc9e66139f12ef3a.tar.gz
Resolve "Help users find our contributing page"
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/header/_current_user_dropdown.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/header/_current_user_dropdown.html.haml b/app/views/layouts/header/_current_user_dropdown.html.haml
index 24b6c490a5a..cdfd45fceb1 100644
--- a/app/views/layouts/header/_current_user_dropdown.html.haml
+++ b/app/views/layouts/header/_current_user_dropdown.html.haml
@@ -17,6 +17,11 @@
= link_to _("Help"), help_path
- if current_user_menu?(:help) || current_user_menu?(:settings) || current_user_menu?(:profile)
%li.divider
+ %li
+ = link_to "https://about.gitlab.com/contributing", target: '_blank', class: 'text-nowrap' do
+ = _("Contribute to GitLab")
+ = icon('external-link')
+ %li.divider
- if current_user_menu?(:sign_out)
%li
= link_to _("Sign out"), destroy_user_session_path, class: "sign-out-link"