Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
dc2c73ac
Commit
dc2c73ac
authored
6 years ago
by
Luke Bennett
Committed by
Phil Hughes
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Help users find our contributing page"
parent
746499a7
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+1
-1
app/views/layouts/header/_current_user_dropdown.html.haml
app/views/layouts/header/_current_user_dropdown.html.haml
+5
-0
changelogs/unreleased/47274-help-users-find-our-contributing-page.yml
...nreleased/47274-help-users-find-our-contributing-page.yml
+5
-0
No files found.
app/assets/stylesheets/framework/header.scss
View file @
dc2c73ac
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
app/views/layouts/header/_current_user_dropdown.html.haml
View file @
dc2c73ac
...
@@ -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"
This diff is collapsed.
Click to expand it.
changelogs/unreleased/47274-help-users-find-our-contributing-page.yml
0 → 100644
View file @
dc2c73ac
---
title
:
Add a link to the contributing page in the user dropdown
merge_request
:
19708
author
:
type
:
added
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment