Resolve "Help users find our contributing page"
This commit is contained in:
parent
746499a78d
commit
dc2c73accf
3 changed files with 11 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add a link to the contributing page in the user dropdown
|
||||
merge_request: 19708
|
||||
author:
|
||||
type: added
|
Loading…
Reference in a new issue