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
Tatuya Kamada
gitlab-ce
Commits
2b07b9d8
Commit
2b07b9d8
authored
Feb 28, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove help from right dropdown
parent
261f5a68
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
app/views/layouts/header/_default.html.haml
app/views/layouts/header/_default.html.haml
+0
-2
app/views/layouts/nav/_dashboard.html.haml
app/views/layouts/nav/_dashboard.html.haml
+1
-1
changelogs/unreleased/28837-remove-help-duplicate.yml
changelogs/unreleased/28837-remove-help-duplicate.yml
+4
-0
No files found.
app/views/layouts/header/_default.html.haml
View file @
2b07b9d8
...
...
@@ -55,8 +55,6 @@
=
link_to
"Profile"
,
current_user
,
class:
'profile-link'
,
aria:
{
label:
"Profile"
},
data:
{
user:
current_user
.
username
}
%li
=
link_to
"Settings"
,
profile_path
,
aria:
{
label:
"Settings"
}
%li
=
link_to
"Help"
,
help_path
,
aria:
{
label:
"Help"
}
%li
.divider
%li
=
link_to
"Sign out"
,
destroy_user_session_path
,
method: :delete
,
class:
"sign-out-link"
,
aria:
{
label:
"Sign out"
}
...
...
app/views/layouts/nav/_dashboard.html.haml
View file @
2b07b9d8
...
...
@@ -36,4 +36,4 @@
Snippets
%li
.divider
%li
=
link_to
"
About GitLab CE
"
,
help_path
,
title:
'About GitLab CE'
,
class:
'about-gitlab'
=
link_to
"
Help
"
,
help_path
,
title:
'About GitLab CE'
,
class:
'about-gitlab'
changelogs/unreleased/28837-remove-help-duplicate.yml
0 → 100644
View file @
2b07b9d8
---
title
:
Remove help link from right dropdown
merge_request
:
author
:
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