BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
7d20b693
Commit
7d20b693
authored
Oct 25, 2017
by
Victor Wu
Committed by
Sean McGivern
Oct 25, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Remove overzealous tooltips in projects page tabs"
parent
fc52e43f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
_projects_head.html.haml
app/views/dashboard/_projects_head.html.haml
+3
-3
39419-remove-overzealous-tooltips.yml
changelogs/unreleased/39419-remove-overzealous-tooltips.yml
+5
-0
No files found.
app/views/dashboard/_projects_head.html.haml
View file @
7d20b693
...
...
@@ -6,13 +6,13 @@
.fade-right
=
icon
(
'angle-right'
)
%ul
.nav-links.scrolling-tabs
=
nav_link
(
page:
[
dashboard_projects_path
,
root_path
])
do
=
link_to
dashboard_projects_path
,
title:
'Home'
,
class:
'shortcuts-activity'
,
data:
{
placement:
'right'
}
do
=
link_to
dashboard_projects_path
,
class:
'shortcuts-activity'
,
data:
{
placement:
'right'
}
do
Your projects
=
nav_link
(
page:
starred_dashboard_projects_path
)
do
=
link_to
starred_dashboard_projects_path
,
title:
'Starred Projects'
,
data:
{
placement:
'right'
}
do
=
link_to
starred_dashboard_projects_path
,
data:
{
placement:
'right'
}
do
Starred projects
=
nav_link
(
page:
[
explore_root_path
,
trending_explore_projects_path
,
starred_explore_projects_path
,
explore_projects_path
])
do
=
link_to
explore_root_path
,
title:
'Explore'
,
data:
{
placement:
'right'
}
do
=
link_to
explore_root_path
,
data:
{
placement:
'right'
}
do
Explore projects
.nav-controls
...
...
changelogs/unreleased/39419-remove-overzealous-tooltips.yml
0 → 100644
View file @
7d20b693
---
title
:
Remove overzealous tooltips in projects page tabs
merge_request
:
15017
author
:
type
:
removed
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