Resolve "Help users find our contributing page"

This commit is contained in:
Luke Bennett 2018-06-25 07:47:52 +00:00 committed by Phil Hughes
parent 746499a78d
commit dc2c73accf
3 changed files with 11 additions and 1 deletions

View file

@ -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;

View file

@ -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"

View file

@ -0,0 +1,5 @@
---
title: Add a link to the contributing page in the user dropdown
merge_request: 19708
author:
type: added