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 @@
.header-user {
.dropdown-menu {
width: auto;
min-width: 160px;
min-width: unset;
margin-top: 4px;
color: $gl-text-color;
left: auto;
......
......@@ -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"
---
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