Commit dc2c73ac authored by Luke Bennett's avatar Luke Bennett Committed by Phil Hughes

Resolve "Help users find our contributing page"

parent 746499a7
...@@ -527,7 +527,7 @@ ...@@ -527,7 +527,7 @@
.header-user { .header-user {
.dropdown-menu { .dropdown-menu {
width: auto; width: auto;
min-width: 160px; min-width: unset;
margin-top: 4px; margin-top: 4px;
color: $gl-text-color; color: $gl-text-color;
left: auto; left: auto;
......
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
= link_to _("Help"), help_path = link_to _("Help"), help_path
- if current_user_menu?(:help) || current_user_menu?(:settings) || current_user_menu?(:profile) - if current_user_menu?(:help) || current_user_menu?(:settings) || current_user_menu?(:profile)
%li.divider %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) - if current_user_menu?(:sign_out)
%li %li
= link_to _("Sign out"), destroy_user_session_path, class: "sign-out-link" = link_to _("Sign out"), destroy_user_session_path, class: "sign-out-link"
---
title: Add a link to the contributing page in the user dropdown
merge_request: 19708
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment